summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-25 00:53:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-25 00:53:09 +0100
commit58112a498b46a45511fb9d6f063ca4e68518d9c4 (patch)
treecaab78c75f148d6b4def6ded8e0e750894877ddb
parentc545da7b9fcfd87aa230b83618ad5253756cc1fe (diff)
machine-learning: python-flax: Update to 0.8.0.
* guix-science/packages/machine-learning.scm (python-flax): Update to 0.8.0.
-rw-r--r--guix-science/packages/machine-learning.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/guix-science/packages/machine-learning.scm b/guix-science/packages/machine-learning.scm
index 2bcfb44..96bc6ae 100644
--- a/guix-science/packages/machine-learning.scm
+++ b/guix-science/packages/machine-learning.scm
@@ -55,10 +55,7 @@
55(define-public python-flax 55(define-public python-flax
56 (package 56 (package
57 (name "python-flax") 57 (name "python-flax")
58 ;; Any version after this depends on a feature 58 (version "0.8.0")
59 ;; (restore_with_serialized_types) that is not included in the
60 ;; latest release of python-orbax-checkpoint.
61 (version "0.6.11")
62 (source 59 (source
63 (origin 60 (origin
64 (method git-fetch) 61 (method git-fetch)
@@ -67,7 +64,7 @@
67 (commit (string-append "v" version)))) 64 (commit (string-append "v" version))))
68 (file-name (git-file-name name version)) 65 (file-name (git-file-name name version))
69 (sha256 66 (sha256
70 (base32 "1f1r9r5w6kh3ncp07i5x9w1yr004zhxqx2kpyzzmzm7dhq4ryff7")))) 67 (base32 "1yqi7b8wmnvz0kgbb0pn1iwjr0l72crxfbch37b315g08wkwcn3z"))))
71 (build-system pyproject-build-system) 68 (build-system pyproject-build-system)
72 (arguments 69 (arguments
73 (list 70 (list