Unverified Commit 1750a740 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

undefined
parents b6c02a48 182e692d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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