summaryrefslogtreecommitdiff
path: root/gnu/packages/machine-learning.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-10-28 07:55:59 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-30 13:32:58 +0000
commit7df02119328136cdcfcf1b62c211eb3dda621f71 (patch)
tree7f8773ec39d4f9dc9c1bf62fb00bd1ddc5ab4a92 /gnu/packages/machine-learning.scm
parentffb8b9b5f7425ba7213791c6f678c808a30051bd (diff)
gnu: python-jaxtyping: Update to 0.3.3.
* gnu/packages/machine-learning.scm (python-jaxtyping): Update to 0.3.3. Change-Id: I448742521e56cb4e8799f67b632f3939746e52ed Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/machine-learning.scm')
-rw-r--r--gnu/packages/machine-learning.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 3b9a2046fdb..93ae1ba5f91 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2786,20 +2786,20 @@ MFNN (multifidelity neural network) algorithms.")
(define-public python-jaxtyping
(package
(name "python-jaxtyping")
- (version "0.2.21")
+ (version "0.3.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "jaxtyping" version))
(sha256
(base32
- "19qmsnbn4wv2jl99lpn622qs49mrfxmx8s9pr5y8izzgdjq1fvii"))))
+ "11pajw47mj0px787m6f7vwfsi6ajawm9h7fszm3rpbd2dg8wy0w0"))))
(build-system pyproject-build-system)
;; Tests require JAX, but JAX can't be packaged because it uses the Bazel
;; build system.
(arguments (list #:tests? #f))
(native-inputs (list python-hatchling))
(propagated-inputs (list python-numpy python-typeguard
- python-typing-extensions))
+ python-typing-extensions python-wadler-lindig))
(home-page "https://github.com/google/jaxtyping")
(synopsis
"Type annotations and runtime checking for JAX arrays and others")