Skip to content

Commit c4a59f7

Browse files
committed
remove python-gil as a requirement
1 parent 7b2269b commit c4a59f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ requirements:
2828
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
2929
host:
3030
- python
31-
- python-gil # [py>=314]
3231
- pip >=24.0
3332
- level-zero-devel >=1.16
3433
- pybind11 >=2.12
@@ -52,7 +51,6 @@ requirements:
5251
- tomli # [py<311]
5352
run:
5453
- python
55-
- python-gil # [py>=314]
5654
- {{ pin_compatible('intel-sycl-rt', min_pin='x.x', max_pin='x') }}
5755
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
5856
- numpy

0 commit comments

Comments
 (0)