Skip to content

Commit 763fcbd

Browse files
committed
Fix numpy version
1 parent 18fa029 commit 763fcbd

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
@@ -22,7 +22,7 @@ requirements:
2222
- python
2323
- make # [unix]
2424
- ninja # [win]
25-
- numpy >=1.17 # [win or osx or py==38]
25+
- numpy >=1.17 # [win or osx or py>=38]
2626
- numpy 1.17 # [linux and py==37]
2727
- wheel
2828
run:

0 commit comments

Comments
 (0)