python3Packages.scikitlearn: rename to scikit-learn
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
, numpy
|
||||
, pandas
|
||||
, pytorch
|
||||
, scikitlearn
|
||||
, scikit-learn
|
||||
, scipy
|
||||
, tabulate
|
||||
, tqdm
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
sha256 = "9910f97339e654c8d38e0075d87b735e69e5eb11db59c527fb36705b30c8d0a4";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ numpy pytorch scikitlearn scipy tabulate tqdm ];
|
||||
propagatedBuildInputs = [ numpy pytorch scikit-learn scipy tabulate tqdm ];
|
||||
checkInputs = [ pytest pytestcov flaky pandas pytestCheckHook ];
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user