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 61a4fc5 commit 97d9d20Copy full SHA for 97d9d20
conda-recipe/meta.yaml
@@ -28,6 +28,7 @@ requirements:
28
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
29
host:
30
- python
31
+ - python-gil # [py>=314]
32
- pip >=24.0
33
- level-zero-devel >=1.16
34
- pybind11 >=2.12
@@ -51,6 +52,7 @@ requirements:
51
52
- tomli # [py<311]
53
run:
54
55
56
- {{ pin_compatible('intel-sycl-rt', min_pin='x.x', max_pin='x') }}
57
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
58
- numpy
0 commit comments