Skip to content

Commit 598eff0

Browse files
Merge pull request #1066 from IntelPython/update-dpcpp-cpp-rt-lower-bound-req
Updated minimal required version of DPCPP >=2023.0.0
2 parents 4ed654f + 1047304 commit 598eff0

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
@@ -28,7 +28,7 @@ requirements:
2828
- python
2929
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
3030
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
31-
- dpcpp-cpp-rt >=2022.2 # [py>39]
31+
- dpcpp-cpp-rt >=2023.0 # [py>39]
3232

3333
test:
3434
requires:

0 commit comments

Comments
 (0)