Skip to content

Commit 10f6896

Browse files
No longer require numpy < 1.26
1 parent 114b2b1 commit 10f6896

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
@@ -32,7 +32,7 @@ requirements:
3232
- wheel
3333
run:
3434
- python
35-
- {{ pin_compatible('numpy', min_pin='x.x', upper_bound='1.26') }}
35+
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
3636
- dpcpp-cpp-rt >={{ required_compiler_version }}
3737
- level-zero # [linux]
3838

0 commit comments

Comments
 (0)