Skip to content

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

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

Drop PyPI mkl runtime dep (fixes downstream pip check)#322
ndgrigorian merged 4 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.

@antonwolfy antonwolfy added this to the 2.3.0 release milestone May 11, 2026
@ndgrigorian ndgrigorian merged commit eb27261 into master May 11, 2026
98 of 117 checks passed
@ndgrigorian ndgrigorian deleted the fix/drop-pypi-mkl-runtime-dep branch May 11, 2026 20:56
@antonwolfy antonwolfy mentioned 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