Skip to content

Commit ca525b9

Browse files
committed
conda-recipe: Remove explicit host numpy pinning
Let default conda-build provide the build numpy version. This fixes builds for Python 3.9 and up.
1 parent 6370520 commit ca525b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requirements:
2828
host:
2929
- python
3030
- setuptools
31-
- numpy 1.14.*
31+
- numpy
3232
- cython
3333
- pip
3434
- wheel

0 commit comments

Comments
 (0)