We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92aa81d + 6cfb0f0 commit 47f4bc9Copy full SHA for 47f4bc9
conda-recipe/meta.yaml
@@ -13,7 +13,7 @@ build:
13
requirements:
14
build:
15
- {{ compiler('cxx') }}
16
- - {{ compiler('dpcpp') }} >=2023.1 # [not osx]
+ - {{ compiler('dpcpp') }} >=2023.2 # [not osx]
17
- sysroot_linux-64 >=2.28 # [linux]
18
host:
19
- setuptools
@@ -28,8 +28,7 @@ requirements:
28
run:
29
- python
30
- {{ 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]
+ - dpcpp-cpp-rt >=2023.2
33
- level-zero # [linux]
34
35
test:
0 commit comments