Skip to content

Commit 97d9d20

Browse files
authored
Add python-gil
1 parent 61a4fc5 commit 97d9d20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ requirements:
2828
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
2929
host:
3030
- python
31+
- python-gil # [py>=314]
3132
- pip >=24.0
3233
- level-zero-devel >=1.16
3334
- pybind11 >=2.12
@@ -51,6 +52,7 @@ requirements:
5152
- tomli # [py<311]
5253
run:
5354
- python
55+
- python-gil # [py>=314]
5456
- {{ pin_compatible('intel-sycl-rt', min_pin='x.x', max_pin='x') }}
5557
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
5658
- numpy

0 commit comments

Comments
 (0)