gnu: python-scikit-learn: Update to 1.0.2.

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.0.2.
This commit is contained in:
Marius Bakke 2022-01-19 18:55:17 +01:00
parent d331bd0a39
commit af36848fb3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1080,7 +1080,7 @@ (define-public dlib
(define-public python-scikit-learn (define-public python-scikit-learn
(package (package
(name "python-scikit-learn") (name "python-scikit-learn")
(version "1.0.1") (version "1.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1090,7 +1090,7 @@ (define-public python-scikit-learn
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"07k92y78sk4074vh5hp8y63pwl592wgl8azrfp0q84chxk8igfx9")))) "1rli53544vlsnmx4v4xcb8fdqcy5n3zksl4plwp76gsmrppb2lig"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases