gnu: python-pytensor: Update to 2.17.3.
* gnu/packages/python-science.scm (python-pytensor): Update to 2.17.3. Change-Id: I2843aca1df4d43883bf643e6e363bd3700202c45
This commit is contained in:
parent
1879bfd88f
commit
43d9fa0802
1 changed files with 2 additions and 2 deletions
|
@ -810,7 +810,7 @@ functions and around einops with an API and features adapted to xarray.")
|
|||
(define-public python-pytensor
|
||||
(package
|
||||
(name "python-pytensor")
|
||||
(version "2.14.2")
|
||||
(version "2.17.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -819,7 +819,7 @@ functions and around einops with an API and features adapted to xarray.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1428l1v7yrnls8875xjx1svn48cmz0q83sv7sg0xdqghkfnyi7xx"))))
|
||||
"1694apl8gjdrl6hrfly9yixmfimmmh51vacxmxx63nn4k5qnsgbg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Reference in a new issue