Skip to content

Commit

Permalink
chore: add python to dep in conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 13, 2025
1 parent 8bb009b commit 0ffee6c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 94 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
conda install -c conda-forge conda-build scikit-build-core numpy anaconda-client conda-libmamba-solver -y
conda config --set solver libmamba
conda build --output-folder conda conda --python ${{matrix.python-version}}
- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down
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 .
85 changes: 0 additions & 85 deletions conda/conda-build.py

This file was deleted.

6 changes: 0 additions & 6 deletions conda/conda_build_config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ build:
requirements:
host:
- pip
- python
- setuptools
run:
- loopprojectfile ==0.2.2
- gdal
- python
- numpy
- scipy
- geopandas
Expand Down

0 comments on commit 0ffee6c

Please sign in to comment.