Skip to content

Commit

Permalink
fix: add remaining files and windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 7, 2025
1 parent a59bcfb commit 7d28ff2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions conda/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdir %SP_DIR%\map2loop
copy %RECIPE_DIR%\..\*.txt %SP_DIR%\map2loop\
copy %RECIPE_DIR%\..\LICENSE %SP_DIR%\map2loop\
copy %RECIPE_DIR%\..\README.md %SP_DIR%\map2loop\
%PYTHON% -m pip install . --no-deps
4 changes: 3 additions & 1 deletion conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
mkdir -p $SP_DIR/map2loop
cp $RECIPE_DIR/../dependencies.txt $SP_DIR/map2loop/
$PYTHON -m pip install . --no-deps
cp $RECIPE_DIR/../LICENSE $SP_DIR/map2loop/
cp $RECIPE_DIR/../README.md $SP_DIR/map2loop/
$PYTHON -m pip install . --no-deps
1 change: 0 additions & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

numpy
scipy
geopandas
Expand Down

0 comments on commit 7d28ff2

Please sign in to comment.