mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.scikitlearn: rename to scikit-learn
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, fetchzip
|
||||
, cython
|
||||
, numpy
|
||||
, scikitlearn
|
||||
, scikit-learn
|
||||
, six
|
||||
, setuptools_scm
|
||||
, gcc
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ setuptools_scm gcc ];
|
||||
|
||||
propagatedBuildInputs = [ cython numpy scikitlearn six ];
|
||||
propagatedBuildInputs = [ cython numpy scikit-learn six ];
|
||||
|
||||
checkInputs = [ pytest pytestcov ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user