Skip to content

Commit 53db2c7

Browse files
Manually restrict dpcpp-cpp-rt for py310 to >=2023.0.0,<2024.0a0 range
1 parent 713c5ae commit 53db2c7

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
- python
2828
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
2929
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
30-
- dpcpp-cpp-rt >=2022.2 # [py>39]
30+
- dpcpp-cpp-rt >=2023.0.0,<2024.0a0 # [py>39]
3131

3232
test:
3333
requires:

0 commit comments

Comments
 (0)