guix-commits
[Top][All Lists]
Advanced

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

27/47: gnu: python-captum: Update to 0.7.0.


From: guix-commits
Subject: 27/47: gnu: python-captum: Update to 0.7.0.
Date: Wed, 10 Jan 2024 13:53:23 -0500 (EST)

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

commit 9d55a057dc7ac80a27d420cb2ba15511b4149579
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 9 12:26:39 2024 +0100

    gnu: python-captum: Update to 0.7.0.
    
    * gnu/packages/machine-learning.scm (python-captum): Update to 0.7.0.
    [propagated-inputs]: Add python-tqdm.
    
    Change-Id: I8917b6e294fe08077a3af4423deefa9769ba9384
---
 gnu/packages/machine-learning.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index ac1233a554..e9eef9bcb3 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4266,7 +4266,7 @@ Actions for the Lightning suite of libraries.")
 (define-public python-captum
   (package
     (name "python-captum")
-    (version "0.6.0")
+    (version "0.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4275,7 +4275,7 @@ Actions for the Lightning suite of libraries.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h4n91ivhjxm6wj0vgqpfss2dmq4sjcp0appd08cd5naisabjyb5"))))
+                "0bgfwnlsi50hbmknn7qljiy93fi6ggwz3k7yk9kj7s37mhzaylym"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -4285,7 +4285,8 @@ Actions for the Lightning suite of libraries.")
              ;; accuracy problems.
              "not test_softmax_classification_batch_multi_target\
  and not test_softmax_classification_batch_zero_baseline")))
-    (propagated-inputs (list python-matplotlib python-numpy python-pytorch))
+    (propagated-inputs
+     (list python-matplotlib python-numpy python-pytorch python-tqdm))
     (native-inputs (list jupyter
                          python-annoy
                          python-black



reply via email to

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