Skip to content

Commit edb8c83

Browse files
New restriction for numpy version (#1026)
Co-authored-by: Alexander-Makaryev <alexander.makaryev@gmail.com>
1 parent 0d6029e commit edb8c83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ requirements:
88
host:
99
- python
1010
- setuptools
11-
- numpy >=1.15 # [win or osx or py>=38]
12-
- numpy 1.17 # [linux and py==37]
11+
- numpy 1.19.5
1312
- cython
1413
- cmake 3.19
1514
- dpctl >=0.10

0 commit comments

Comments
 (0)