Skip to content

Commit 373cdc0

Browse files
authored
Merge pull request #192 from bnavigator/conda-recipe-numpy
Add lower numpy bound
2 parents 773c893 + 753f08c commit 373cdc0

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
@@ -27,7 +27,7 @@ requirements:
2727
- libcblas * *netlib
2828
- liblapack * *netlib
2929
- python
30-
- numpy !=1.23.0
30+
- numpy >=1.19,!=1.23.0
3131
- pip
3232
- scikit-build >=0.15
3333
- setuptools >=45

0 commit comments

Comments
 (0)