guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: python-pytensor: Update to 2.18.1.


From: guix-commits
Subject: 05/11: gnu: python-pytensor: Update to 2.18.1.
Date: Tue, 5 Dec 2023 15:03:14 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit b2d433d48558a10b628197f0588531bc3d10feac
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Dec 4 16:43:58 2023 -0300

    gnu: python-pytensor: Update to 2.18.1.
    
    * gnu/packages/python-science.scm (python-pytensor): Update to 2.18.1.
    
    Change-Id: I7992d8a00c378c008995df3d026c3e05c235ae6d
---
 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 1b7ae663eb..2e238dc198 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -868,7 +868,7 @@ functions and around einops with an API and features 
adapted to xarray.")
 (define-public python-pytensor
   (package
     (name "python-pytensor")
-    (version "2.17.3")
+    (version "2.18.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -877,7 +877,7 @@ functions and around einops with an API and features 
adapted to xarray.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1694apl8gjdrl6hrfly9yixmfimmmh51vacxmxx63nn4k5qnsgbg"))))
+                "0qa0y13xfm6w7ry7gp0lv84c8blyg34a9ns7ynwqyhf9majq08s5"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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