[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: python-pytensor: Update to 2.17.3.
|
From: |
guix-commits |
|
Subject: |
07/08: gnu: python-pytensor: Update to 2.17.3. |
|
Date: |
Fri, 3 Nov 2023 18:30:15 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 43d9fa08020ad2c1c9ae75130e9050e0286cbdec
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Nov 3 19:04:54 2023 -0300
gnu: python-pytensor: Update to 2.17.3.
* gnu/packages/python-science.scm (python-pytensor): Update to 2.17.3.
Change-Id: I2843aca1df4d43883bf643e6e363bd3700202c45
---
gnu/packages/python-science.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 655bd2e942..4063797a30 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -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
- branch master updated (eb93ab2d14 -> 479fdc8451), guix-commits, 2023/11/03
- 04/08: gnu: Add python-salib., guix-commits, 2023/11/03
- 06/08: gnu: python-deepxde: Update to 1.10.0., guix-commits, 2023/11/03
- 08/08: gnu: python-pymc: Update to 5.9.1., guix-commits, 2023/11/03
- 01/08: gnu: symengine: Update to 0.11.1., guix-commits, 2023/11/03
- 05/08: gnu: Add python-emcee., guix-commits, 2023/11/03
- 07/08: gnu: python-pytensor: Update to 2.17.3.,
guix-commits <=
- 02/08: gnu: python-opentsne: Update to 1.0.0., guix-commits, 2023/11/03
- 03/08: gnu: python-openturns: Update to 1.21.1., guix-commits, 2023/11/03