mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
efd98a9c45
commit
c085139bc9
1 changed files with 4 additions and 3 deletions
|
@ -4199,7 +4199,7 @@ Actions for the Lightning suite of libraries.")
|
||||||
(define-public python-captum
|
(define-public python-captum
|
||||||
(package
|
(package
|
||||||
(name "python-captum")
|
(name "python-captum")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4208,7 +4208,7 @@ Actions for the Lightning suite of libraries.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h4n91ivhjxm6wj0vgqpfss2dmq4sjcp0appd08cd5naisabjyb5"))))
|
"0bgfwnlsi50hbmknn7qljiy93fi6ggwz3k7yk9kj7s37mhzaylym"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -4218,7 +4218,8 @@ Actions for the Lightning suite of libraries.")
|
||||||
;; accuracy problems.
|
;; accuracy problems.
|
||||||
"not test_softmax_classification_batch_multi_target\
|
"not test_softmax_classification_batch_multi_target\
|
||||||
and not test_softmax_classification_batch_zero_baseline")))
|
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
|
(native-inputs (list jupyter
|
||||||
python-annoy
|
python-annoy
|
||||||
python-black
|
python-black
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue