Skip to content

Conversation

ekomarova
Copy link
Collaborator

@ekomarova ekomarova commented Oct 10, 2025

This PR adds 3.14 to pyproject.toml, but does not add checks because numpy-base is still unavailable externally for 3.14 and checks will be failed till that moment

@ekomarova
Copy link
Collaborator Author

ekomarova commented Oct 10, 2025

For some reason, when building, free threading python is used

"mkl_fft": [
     {
        "depends": [
          "__glibc >=2.28,<3.0.a0",
          "libgcc >=15",
          "mkl-service",
          "numpy-base >=2.3.2,<3.0a0",
          "python >=3.14,<3.15.0a0",
          "python_abi 3.14.* *_cp314t"
        ]

`python-gil` is the conda-forge metapackage that guarantees GIL builds only.

While conda-forge’s global conda_build_config.yaml defines both true and false variants of is_freethreading.
@ekomarova
Copy link
Collaborator Author

I'll rebuild mkl-service and numpy-base to fix the build

@ekomarova
Copy link
Collaborator Author

To continue, we need to fix this #236

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