mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tensorly: Update to 0.9.0.
* gnu/packages/machine-learning.scm (python-tensorly): Update to 0.9.0. Change-Id: If8ac31dd27e49349ef56cdf8051cda6d5cf2d616
This commit is contained in:
parent
2abc37e6b7
commit
c3ccdd5169
1 changed files with 2 additions and 2 deletions
|
@ -4067,7 +4067,7 @@ These include a barrier, broadcast, and allreduce.")
|
|||
(define-public python-tensorly
|
||||
(package
|
||||
(name "python-tensorly")
|
||||
(version "0.8.1")
|
||||
(version "0.9.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4076,7 +4076,7 @@ These include a barrier, broadcast, and allreduce.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"184mvs1gwycsh2f8jgdyc3jyhiylbn4xw2srpjd264dz2l9ms2l7"))))
|
||||
"01xdkhzwq7s18pp6433d4dhyblmlhjs87acagxh73vfsqyknb9h3"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue