[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/64: gnu: python-scikit-learn: Update to 1.4.2.
From: |
guix-commits |
Subject: |
31/64: gnu: python-scikit-learn: Update to 1.4.2. |
Date: |
Thu, 2 May 2024 10:52:32 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit f385ed7952a1d3dc5553798bee9a7183880d5b4e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 13:35:30 2024 +0200
gnu: python-scikit-learn: Update to 1.4.2.
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.4.2.
[native-inputs]: Replace python-cython-0.29.35 with python-cython-3.
Change-Id: Id8be08f931bf250a8ecb8bc46b44d7148b4c4a2f
---
gnu/packages/machine-learning.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 4e54ca3350..80108293de 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1680,7 +1680,7 @@ computing environments.")
(define-public python-scikit-learn
(package
(name "python-scikit-learn")
- (version "1.3.2")
+ (version "1.4.2")
(source
(origin
(method git-fetch)
@@ -1690,7 +1690,7 @@ computing environments.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hr024vcilbjwlwn32ppadri0ypnzjmkfxhkkw8gih0qjvcvjbs7"))))
+ "0pdd508c9540x9qimq83b8kspb6mb98w7w7i7lnb1jqj7rijal6f"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1700,7 +1700,8 @@ computing environments.")
;; This test tries to access the internet.
"not test_load_boston_alternative"
;; DID NOT RAISE <class 'ValueError'>
- " and not test_singular_matrix"))
+ " and not test_check_pandas_sparse_invalid"
+ ))
#:phases
'(modify-phases %standard-phases
(add-before 'build 'configure
@@ -1726,7 +1727,7 @@ computing environments.")
test-flags))))))))
(inputs (list openblas))
(native-inputs
- (list python-cython-0.29.35
+ (list python-cython-3
python-pandas
python-pytest
python-pytest-xdist))
- 04/64: gnu: Add python-xarray-schema., (continued)
- 04/64: gnu: Add python-xarray-schema., guix-commits, 2024/05/02
- 05/64: gnu: Add rust-lapack-sys-0.14., guix-commits, 2024/05/02
- 03/64: gnu: python-xarray-datatree: Add missing input., guix-commits, 2024/05/02
- 06/64: gnu: Add rust-lapack-0.19., guix-commits, 2024/05/02
- 08/64: gnu: Add rust-blas-0.22., guix-commits, 2024/05/02
- 09/64: gnu: Add python-pyct., guix-commits, 2024/05/02
- 10/64: gnu: Add python-nbmake., guix-commits, 2024/05/02
- 18/64: gnu: Add python-qdldl., guix-commits, 2024/05/02
- 20/64: gnu: Add python-ecos., guix-commits, 2024/05/02
- 26/64: gnu: python-xarray: Disable tests that are known to fail., guix-commits, 2024/05/02
- 31/64: gnu: python-scikit-learn: Update to 1.4.2.,
guix-commits <=
- 30/64: gnu: python-cython-3: Update to 3.0.8., guix-commits, 2024/05/02
- 35/64: gnu: Add apache-orc., guix-commits, 2024/05/02
- 11/64: gnu: Add python-colorcet., guix-commits, 2024/05/02
- 13/64: gnu: Add python-param., guix-commits, 2024/05/02
- 15/64: gnu: Add python-clarabel., guix-commits, 2024/05/02
- 16/64: gnu: Add python-fastcluster., guix-commits, 2024/05/02
- 19/64: gnu: Add python-osqp., guix-commits, 2024/05/02
- 23/64: gnu: python-plastid: Replace nose with pytest., guix-commits, 2024/05/02
- 21/64: gnu: Add python-cvxpy., guix-commits, 2024/05/02
- 22/64: gnu: Add python-metacells., guix-commits, 2024/05/02