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
@@ -51,7 +52,7 @@ requirements:
51
52
- tomli # [py<311]
52
53
run :
53
54
- python
54
- - {{ pin_compatible('dpcpp-cpp -rt', min_pin='x.x', max_pin='x') }}
55
+ - {{ pin_compatible('intel-sycl -rt', min_pin='x.x', max_pin='x') }}
55
56
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
56
57
- numpy
57
58
You can’t perform that action at this time.
0 commit comments