We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5e69c commit 037ca86Copy full SHA for 037ca86
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
@@ -48,7 +49,7 @@ requirements:
48
49
- tomli # [py<311]
50
run:
51
- python
52
53
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
54
- numpy
55
0 commit comments