Closed nehaljwani closed 4 years ago
scikit-learn >=0.21.x uses whatever scipy uses (at runtime)
scikit-learn >=0.21.x
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 $
Thanks for the hint @nehaljwani. I'll drop the dependency on the next update
This requirement has been dropped in the 0.23.2 conda packages in defaults. Thanks again for the hint @nehaljwani
defaults
scikit-learn >=0.21.x
uses whatever scipy uses (at runtime)xref: https://github.com/scikit-learn/scikit-learn/issues/14096