We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056990b commit 708ca7bCopy full SHA for 708ca7b
conda-recipe/meta.yaml
@@ -26,6 +26,7 @@ requirements:
26
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
27
host:
28
- python
29
+ - python-gil # [py>=314]
30
- pip >=24.0
31
- level-zero-devel >=1.16
32
- pybind11 >=2.12
@@ -55,6 +56,7 @@ requirements:
55
56
- tomli # [py<311]
57
run:
58
59
60
- {{ pin_compatible('intel-sycl-rt', min_pin='x.x', max_pin='x') }}
61
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
62
- numpy
0 commit comments