gnu: Update python-scikit-learn to 0.22.1.

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.22.1;
  Add python-joblib to native-inputs to run the test suite.
This commit is contained in:
Roel Janssen 2020-03-04 12:52:55 +01:00
parent 6d26ee3b67
commit 83a483aac7
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -798,7 +798,7 @@ (define-public dlib
(define-public python-scikit-learn
(package
(name "python-scikit-learn")
(version "0.20.4")
(version "0.22.1")
(source
(origin
(method git-fetch)
@ -808,7 +808,7 @@ (define-public python-scikit-learn
(file-name (git-file-name name version))
(sha256
(base32
"08zbzi8yx5wdlxfx9jap61vg1malc9ajf576w7a0liv6jvvrxlpj"))))
"1xqxv210gsmjw094vc5ghq2y9lmm74qkk22pq6flcjzj51b86jxf"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -835,7 +835,8 @@ (define-public python-scikit-learn
(inputs
`(("openblas" ,openblas)))
(native-inputs
`(("python-pytest" ,python-pytest)
`(("python-joblib" ,python-joblib)
("python-pytest" ,python-pytest)
("python-pandas" ,python-pandas) ;for tests
("python-cython" ,python-cython)))
(propagated-inputs