Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add python-gil
  • Loading branch information
ekomarova authored Oct 15, 2025
commit 97d9d200f58e07eea46c03c696317952cb443d29
2 changes: 2 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requirements:
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
host:
- python
- python-gil # [py>=314]
- pip >=24.0
- level-zero-devel >=1.16
- pybind11 >=2.12
Expand All @@ -51,6 +52,7 @@ requirements:
- tomli # [py<311]
run:
- python
- python-gil # [py>=314]
- {{ pin_compatible('intel-sycl-rt', min_pin='x.x', max_pin='x') }}
- {{ pin_compatible('intel-cmplr-lib-rt', min_pin='x.x', max_pin='x') }}
- numpy
Expand Down
Loading