Commit 2bd36b25 authored by Philip Wilk's avatar Philip Wilk Committed by Sigmanificient
Browse files

python3Packages.imbalanced-learn: re-add sklearn-compat

parent 2130528f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
  threadpoolctl,
  pytestCheckHook,
  python,
  sklearn-compat,
}:

buildPythonPackage rec {
@@ -39,6 +40,7 @@ buildPythonPackage rec {
    scikit-learn
    scipy
    threadpoolctl
    sklearn-compat
  ];

  optional-dependencies = {