File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ requirements:
29
29
- pip >=24.0
30
30
- level-zero-devel >=1.16
31
31
- pybind11 >=2.12
32
- - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
32
+ - {{ pin_compatible('intel-sycl-rt', min_pin='x.x', max_pin='x') }}
33
+ - {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
33
34
# Ensure we are using latest version of setuptools, since we don't need
34
35
# editable environments for release.
35
36
- setuptools >=69
@@ -48,7 +49,7 @@ requirements:
48
49
- tomli # [py<311]
49
50
run :
50
51
- python
51
- - {{ pin_compatible('dpcpp-cpp -rt', min_pin='x.x', max_pin='x') }}
52
+ - {{ pin_compatible('intel-sycl -rt', min_pin='x.x', max_pin='x') }}
52
53
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
53
54
- numpy
54
55
You can’t perform that action at this time.
0 commit comments