guix-commits
[Top][All Lists]
Advanced

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

19/25: gnu: python-scikit-rebate: Update to 0.62.


From: guix-commits
Subject: 19/25: gnu: python-scikit-rebate: Update to 0.62.
Date: Tue, 11 Jan 2022 12:41:20 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c7ef428a18e15bae0ddbe3ae857d9bad3f38cca8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 11 01:12:22 2022 +0100

    gnu: python-scikit-rebate: Update to 0.62.
    
    * gnu/packages/machine-learning.scm (python-scikit-rebate): Update to 0.62.
    [arguments]: Disable tests.
    [native-inputs]: Remove.
---
 gnu/packages/machine-learning.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 14b0907289..9de0d49e60 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1276,17 +1276,15 @@ visualizing high-dimensional data sets.")
 (define-public python-scikit-rebate
   (package
     (name "python-scikit-rebate")
-    (version "0.6")
+    (version "0.62")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "skrebate" version))
               (sha256
                (base32
-                "1h7qs9gjxpzqabzhb8rmpv3jpmi5iq41kqdibg48299h94iikiw7"))))
+                "0n55ghvnv7rxqa5agq6a4892ad0ghha165b0g4ghwr9gqm6ss3dj"))))
     (build-system python-build-system)
-    ;; Pandas is only needed to run the tests.
-    (native-inputs
-     (list python-pandas))
+    (arguments '(#:tests? #f))          ;no tests on PyPI and no tags in repo
     (propagated-inputs
      (list python-numpy python-scipy python-scikit-learn python-joblib))
     (home-page "https://epistasislab.github.io/scikit-rebate/";)



reply via email to

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