Skip to content

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

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

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

Conversation

@xaleryb
Copy link
Copy Markdown
Contributor

@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 be5ad9a into main May 11, 2026
75 of 80 checks passed
@ndgrigorian ndgrigorian deleted the fix/drop-pypi-mkl-runtime-dep branch May 11, 2026 20:34
@antonwolfy antonwolfy added this to the 0.5.0 release milestone May 11, 2026
@antonwolfy antonwolfy mentioned this pull request May 11, 2026
antonwolfy 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