Skip to content

Commit c564028

Browse files
authored
Merge pull request #719 from IntelPython/xaleryb/numpy1.17
Dependency for numpy 1.17
2 parents 88f5b14 + cf7e5ab commit c564028

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ requirements:
88
host:
99
- python
1010
- setuptools
11-
- numpy >=1.15
11+
- numpy >=1.15 # [win or osx or py==38]
12+
- numpy 1.17 # [linux and py==37]
1213
- cython
1314
- cmake >=3.16.5
1415
- dpctl >=0.5.0a0

0 commit comments

Comments
 (0)