Skip to content

Conversation

@ekomarova
Copy link
Collaborator

@ekomarova ekomarova commented Oct 13, 2025

This should unblock IntelPython/mkl_fft#234

Copy link
Collaborator

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mkl-service package has expected run dependency on not free-threading (with GIL) python:

dependencies:
  - __glibc >=2.28,<3.0.a0
  - libgcc >=15
  - mkl >=2025.2.0,<2026.0a0
  - python >=3.14,<3.15.0a0
  - python-gil
  - python_abi 3.14.* *_cp314

Thank you @ekomarova

@ekomarova ekomarova merged commit 14e6cd0 into master Oct 13, 2025
99 of 101 checks passed
@ekomarova ekomarova deleted the pin-to-the-GIL branch October 13, 2025 15:35
antonwolfy added a commit that referenced this pull request Nov 21, 2025
* Explicitly pin to the GIL build metapackage

* `python-gil` is a metapackage which has to be added to the env, but it doesn't replace `python` package

---------

Co-authored-by: Anton Volkov <antonwolfy@gmail.com>
@antonwolfy antonwolfy mentioned this pull request Nov 21, 2025
antonwolfy added a commit that referenced this pull request Nov 25, 2025
* Explicitly pin to the GIL build metapackage

* `python-gil` is a metapackage which has to be added to the env, but it doesn't replace `python` package

---------

Co-authored-by: Anton Volkov <antonwolfy@gmail.com>
antonwolfy added a commit that referenced this pull request Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants