Skip to content

Commit 9ca260f

Browse files
authored
chore: typo in conda build (#176)
* chore: typo in conda build
1 parent 0e6dfe7 commit 9ca260f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ mkdir %SP_DIR%\map2loop
22
copy %RECIPE_DIR%\..\LICENSE %SP_DIR%\map2loop\
33
copy %RECIPE_DIR%\..\README.md %SP_DIR%\map2loop\
44
copy %RECIPE_DIR%\..\dependencies.txt %SP_DIR%\map2loop\
5-
%PYTHON% -m pip install . --no-deps
5+
%PYTHON% -m pip install .

conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mkdir -p $SP_DIR/map2loop
33
cp $RECIPE_DIR/../dependencies.txt $SP_DIR/map2loop/
44
cp $RECIPE_DIR/../LICENSE $SP_DIR/map2loop/
55
cp $RECIPE_DIR/../README.md $SP_DIR/map2loop/
6-
$PYTHON -m pip install . --no-deps
6+
$PYTHON -m pip install .

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ package:
77
source:
88
git_url: https://github.com/Loop3D/map2loop
99

10-
1110
build:
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

0 commit comments

Comments
 (0)