File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ mkdir %SP_DIR%\map2loop
22copy %RECIPE_DIR% \..\LICENSE %SP_DIR% \map2loop\
33copy %RECIPE_DIR% \..\README.md %SP_DIR% \map2loop\
44copy %RECIPE_DIR% \..\dependencies.txt %SP_DIR% \map2loop\
5- %PYTHON% -m pip install . --no-deps
5+ %PYTHON% -m pip install .
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ mkdir -p $SP_DIR/map2loop
33cp $RECIPE_DIR /../dependencies.txt $SP_DIR /map2loop/
44cp $RECIPE_DIR /../LICENSE $SP_DIR /map2loop/
55cp $RECIPE_DIR /../README.md $SP_DIR /map2loop/
6- $PYTHON -m pip install . --no-deps
6+ $PYTHON -m pip install .
Original file line number Diff line number Diff line change 77source :
88 git_url : https://github.com/Loop3D/map2loop
99
10-
1110build :
1211 number : 0
1312
@@ -19,6 +18,7 @@ requirements:
1918 run :
2019 - loopprojectfile ==0.2.2
2120 - gdal
21+ - python
2222 - numpy
2323 - scipy
2424 - geopandas
You can’t perform that action at this time.
0 commit comments