Skip to content

Commit 503f496

Browse files
authored
Update build deps for numpy
1 parent 9537331 commit 503f496

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ requirements:
2222
- python
2323
- make # [unix]
2424
- ninja # [win]
25-
- numpy >=1.17 # [win or osx or py>=38]
26-
- numpy 1.17 # [linux and py==37]
25+
- numpy 1.19
2726
- wheel
2827
run:
2928
- python
30-
- numpy >=1.17
29+
- {{ pin_compatible('numpy') }}
3130
- dpcpp_cpp_rt >=2021.2
3231

3332
test:

0 commit comments

Comments
 (0)