Skip to content

Commit

Permalink
chore: typo in conda build (#176)
Browse files Browse the repository at this point in the history
* chore: typo in conda build
  • Loading branch information
AngRodrigues authored Jan 13, 2025
1 parent 0e6dfe7 commit 9ca260f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
%PYTHON% -m pip install .
2 changes: 1 addition & 1 deletion conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
$PYTHON -m pip install .
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package:
source:
git_url: https://github.com/Loop3D/map2loop


build:
number: 0

Expand All @@ -19,6 +18,7 @@ requirements:
run:
- loopprojectfile ==0.2.2
- gdal
- python
- numpy
- scipy
- geopandas
Expand Down

0 comments on commit 9ca260f

Please sign in to comment.