python3Packages.scikitlearn: rename to scikit-learn
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
, pytestCheckHook
|
||||
, scipy
|
||||
, numpy
|
||||
, scikitlearn
|
||||
, scikit-learn
|
||||
, pandas
|
||||
, matplotlib
|
||||
, joblib
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
scipy
|
||||
numpy
|
||||
scikitlearn
|
||||
scikit-learn
|
||||
pandas
|
||||
matplotlib
|
||||
joblib
|
||||
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
license= licenses.bsd3;
|
||||
maintainers = with maintainers; [ evax ];
|
||||
platforms = platforms.unix;
|
||||
# incompatible with nixpkgs scikitlearn version
|
||||
# incompatible with nixpkgs scikit-learn version
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user