Skip to content

Commit 47f4bc9

Browse files
Merge pull request #1301 from IntelPython/require-dpcpp-cpp-rt-2023.2
2 parents 92aa81d + 6cfb0f0 commit 47f4bc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
requirements:
1414
build:
1515
- {{ compiler('cxx') }}
16-
- {{ compiler('dpcpp') }} >=2023.1 # [not osx]
16+
- {{ compiler('dpcpp') }} >=2023.2 # [not osx]
1717
- sysroot_linux-64 >=2.28 # [linux]
1818
host:
1919
- setuptools
@@ -28,8 +28,7 @@ requirements:
2828
run:
2929
- python
3030
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
31-
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
32-
- dpcpp-cpp-rt >=2023.1 # [py>39]
31+
- dpcpp-cpp-rt >=2023.2
3332
- level-zero # [linux]
3433

3534
test:

0 commit comments

Comments
 (0)