We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708b9b0 commit 3bc2e9dCopy full SHA for 3bc2e9d
1 file changed
conda-recipe/meta.yaml
@@ -29,7 +29,8 @@ requirements:
29
- pip >=24.0
30
- level-zero-devel >=1.16
31
- pybind11 >=2.12
32
- - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
+ - {{ 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') }}
34
# Ensure we are using latest version of setuptools, since we don't need
35
# editable environments for release.
36
- setuptools >=69
@@ -51,7 +52,7 @@ requirements:
51
52
- tomli # [py<311]
53
run:
54
- python
55
56
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
57
- numpy
58
0 commit comments