Skip to content

Commit

Permalink
Update conda-package-build.yml
Browse files Browse the repository at this point in the history
Change min numpy version to 1.16.1 like in requirement and conda/meta.yaml
  • Loading branch information
pradal authored Jan 27, 2025
1 parent ee7a888 commit 362afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
conda: conda
mamba: true
numpy: '21.6'
numpy: '16.1'
python: ${{ matrix.python-minor-version }}
channels: amei, openalea3, conda-forge
token: ${{ secrets.ANACONDA_TOKEN }}
Expand Down

0 comments on commit 362afa2

Please sign in to comment.