mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #298686 from SuperSandro2000/scikit-learn-dev
undefined
This commit is contained in:
commit
1750a740d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user