diff options
| author | DavHau <hsngrmpf+github@gmail.com> | 2021-05-15 01:46:36 +0700 |
|---|---|---|
| committer | DavHau <hsngrmpf+github@gmail.com> | 2021-05-17 17:41:36 +0700 |
| commit | cd8f3e6c448c1622b26a80c62e03e42857ec099b (patch) | |
| tree | de3335decfd1cd39513777eb4043db16e7690df1 /pkgs/development/python-modules/hmmlearn | |
| parent | python3Packages.rfc3339-validator: 0.1.3 -> 0.1.4 (#123000) (diff) | |
| download | nixpkgs-cd8f3e6c448c1622b26a80c62e03e42857ec099b.tar.gz | |
python3Packages.scikitlearn: rename to scikit-learn
Diffstat (limited to 'pkgs/development/python-modules/hmmlearn')
| -rw-r--r-- | pkgs/development/python-modules/hmmlearn/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hmmlearn/default.nix b/pkgs/development/python-modules/hmmlearn/default.nix index 8d2afcf5e722..eb7e05afff7a 100644 --- a/pkgs/development/python-modules/hmmlearn/default.nix +++ b/pkgs/development/python-modules/hmmlearn/default.nix @@ -1,4 +1,4 @@ -{ lib, fetchurl, buildPythonPackage, numpy, scikitlearn, setuptools_scm, cython, pytest }: +{ lib, fetchurl, buildPythonPackage, numpy, scikit-learn, setuptools_scm, cython, pytest }: buildPythonPackage rec { pname = "hmmlearn"; @@ -10,7 +10,7 @@ buildPythonPackage rec { }; buildInputs = [ setuptools_scm cython ]; - propagatedBuildInputs = [ numpy scikitlearn ]; + propagatedBuildInputs = [ numpy scikit-learn ]; checkInputs = [ pytest ]; checkPhase = '' |
