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 dda3e68 commit d0f8983Copy full SHA for d0f8983
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
@@ -49,6 +50,7 @@ requirements:
49
50
- tomli # [py<311]
51
run:
52
53
54
- {{ pin_compatible('intel-sycl-rt', min_pin='x.x', max_pin='x') }}
55
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
56
- numpy
0 commit comments