Skip to content

Drop PyPI mkl runtime dep (fixes downstream pip check)#126

Merged
ndgrigorian merged 2 commits into
masterfrom
fix/drop-pypi-mkl-runtime-dep
May 11, 2026
Merged

Drop PyPI mkl runtime dep (fixes downstream pip check)#126
ndgrigorian merged 2 commits into
masterfrom
fix/drop-pypi-mkl-runtime-dep

Conversation

@xaleryb
Copy link
Copy Markdown
Collaborator

@xaleryb xaleryb commented May 11, 2026

mkl wheels are not distributed with .dist-info, so using mkl as a runtime dependency in pyproject.toml breaks pip check in any environment where mkl is installed via conda (which ships no dist-info).

This was first introduced in the same upstream change that affected mkl-service (fixed in IntelPython/mkl-service#201). This PR applies the same fix here: drop mkl from [project].dependencies — the conda run: dependency already ensures the runtime is present.

Fixes downstream pip check failures in conda-forge environments.

@ndgrigorian ndgrigorian merged commit 1651440 into master May 11, 2026
47 of 69 checks passed
@antonwolfy antonwolfy added this to the 1.5.0 release milestone May 11, 2026
@antonwolfy antonwolfy deleted the fix/drop-pypi-mkl-runtime-dep branch May 11, 2026 20:37
@ndgrigorian ndgrigorian mentioned this pull request May 11, 2026
ndgrigorian added a commit that referenced this pull request May 11, 2026
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.

3 participants