Skip to content

Commit 2bbf2d5

Browse files
authored
Update conda-package-build.yml
Change numpy version from 1.16.1 to 1.16.6
1 parent 362afa2 commit 2bbf2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
conda: conda
5555
mamba: true
56-
numpy: '16.1'
56+
numpy: '16.6'
5757
python: ${{ matrix.python-minor-version }}
5858
channels: amei, openalea3, conda-forge
5959
token: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)