python3Packages.scikitlearn: rename to scikit-learn
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
, pandas
|
||||
, scipy
|
||||
, hdmedians
|
||||
, scikitlearn
|
||||
, scikit-learn
|
||||
, coverage
|
||||
, python
|
||||
, isPy3k
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ cython ];
|
||||
checkInputs = [ coverage ];
|
||||
propagatedBuildInputs = [ lockfile cachecontrol decorator ipython matplotlib natsort numpy pandas scipy hdmedians scikitlearn ];
|
||||
propagatedBuildInputs = [ lockfile cachecontrol decorator ipython matplotlib natsort numpy pandas scipy hdmedians scikit-learn ];
|
||||
|
||||
# cython package not included for tests
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user