Skip to content

Commit 78d94aa

Browse files
Merge pull request #986 from IntelPython/use-compatible-dpcpp-rt
Use pin-compatible dpcpp-cpp-rt to restrict range of dpcpp-cpp-rt
2 parents 853ace9 + c8d9aee commit 78d94aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ requirements:
2626
run:
2727
- python
2828
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
29-
- dpcpp-cpp-rt >=2022.1
29+
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
30+
- dpcpp-cpp-rt >=2022.2 # [py>39]
3031

3132
test:
3233
requires:

0 commit comments

Comments
 (0)