Merge pull request #298686 from SuperSandro2000/scikit-learn-dev

undefined
This commit is contained in:
Sandro 2024-06-10 01:51:21 +02:00 committed by GitHub
commit 1750a740d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,7 @@ buildPythonPackage rec {
'';
buildInputs = [
numpy.blas
pillow
glibcLocales
] ++ lib.optionals stdenv.cc.isClang [ llvmPackages.openmp ];
@ -60,8 +61,6 @@ buildPythonPackage rec {
wheel
];
propagatedBuildInputs = [ numpy.blas ];
dependencies = [
joblib
numpy