Skip to content

Commit 9e52665

Browse files
No longer require numpy < 1.26, use pin_compatible for dpcpp-cpp-rt
1 parent 114b2b1 commit 9e52665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ requirements:
3232
- wheel
3333
run:
3434
- python
35-
- {{ pin_compatible('numpy', min_pin='x.x', upper_bound='1.26') }}
36-
- dpcpp-cpp-rt >={{ required_compiler_version }}
35+
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
36+
- {{ pin_compatible('dpcpp-cpp-rt', max_pin='x.x') }}
3737
- level-zero # [linux]
3838

3939
test:

0 commit comments

Comments
 (0)