Skip to content

Commit 9d97804

Browse files
Require NumPy <1.26
1 parent 13e2301 commit 9d97804

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
- wheel
2828
run:
2929
- python
30-
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
30+
- {{ pin_compatible('numpy', min_pin='x.x', upper_bound='1.26') }}
3131
- dpcpp-cpp-rt >=2023.2
3232
- level-zero # [linux]
3333

0 commit comments

Comments
 (0)