AnacondaRecipes / scikit-learn-feedstock

A conda-smithy repository for scikit-learn.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Drop mkl-devel as a build-time dep! #1

Closed nehaljwani closed 4 years ago

nehaljwani commented 4 years ago

scikit-learn >=0.21.x uses whatever scipy uses (at runtime)

xref: https://github.com/scikit-learn/scikit-learn/issues/14096

$ find /path/to/conda.env/lib/python3.7/site-packages/sklearn/ | grep .so$ | xargs ldd | grep -i mkl
$
jjhelmus commented 4 years ago

Thanks for the hint @nehaljwani. I'll drop the dependency on the next update

jjhelmus commented 4 years ago

This requirement has been dropped in the 0.23.2 conda packages in defaults. Thanks again for the hint @nehaljwani