guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: FIXUP gnu: python-scikit-learn: Update to 1.4.2.


From: guix-commits
Subject: 01/02: FIXUP gnu: python-scikit-learn: Update to 1.4.2.
Date: Tue, 30 Apr 2024 08:20:50 -0400 (EDT)

rekado pushed a commit to branch wip-python-team
in repository guix.

commit cbbb87baa77ef7233e154baf908a3be523d62f5e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 13:35:30 2024 +0200

    FIXUP 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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index e9a655cff3..80108293de 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]