diff --git a/conda/bld.bat b/conda/bld.bat index f52af02d..79ddb243 100644 --- a/conda/bld.bat +++ b/conda/bld.bat @@ -2,4 +2,4 @@ mkdir %SP_DIR%\map2loop copy %RECIPE_DIR%\..\LICENSE %SP_DIR%\map2loop\ copy %RECIPE_DIR%\..\README.md %SP_DIR%\map2loop\ copy %RECIPE_DIR%\..\dependencies.txt %SP_DIR%\map2loop\ -%PYTHON% -m pip install . --no-deps \ No newline at end of file +%PYTHON% -m pip install . \ No newline at end of file diff --git a/conda/build.sh b/conda/build.sh index 25737f27..ca06369b 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -3,4 +3,4 @@ mkdir -p $SP_DIR/map2loop cp $RECIPE_DIR/../dependencies.txt $SP_DIR/map2loop/ cp $RECIPE_DIR/../LICENSE $SP_DIR/map2loop/ cp $RECIPE_DIR/../README.md $SP_DIR/map2loop/ -$PYTHON -m pip install . --no-deps \ No newline at end of file +$PYTHON -m pip install . \ No newline at end of file diff --git a/conda/meta.yaml b/conda/meta.yaml index d2dc1dfa..4abf63a8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -7,7 +7,6 @@ package: source: git_url: https://github.com/Loop3D/map2loop - build: number: 0 @@ -19,6 +18,7 @@ requirements: run: - loopprojectfile ==0.2.2 - gdal + - python - numpy - scipy - geopandas