summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-03-02 13:39:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2026-03-05 11:34:41 +0100
commit6f5d409ea19d652b70d5f1f5d6f6f68f28d26c2e (patch)
tree1cb1498a4b477c2be66054237e8855d4a80ed880
parent31ab0fbbe4fb9d76897d0d1b07c00dd3b8ab7312 (diff)
Revert "python: tensorflow: Update to 2.20.0."
This reverts commit 39a038c54c2047b04cf6c51550554cabb54b935d. See https://codeberg.org/guix-science/guix-science/issues/593
-rw-r--r--guix-science/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm
index b82f803..208c194 100644
--- a/guix-science/packages/python.scm
+++ b/guix-science/packages/python.scm
@@ -573,7 +573,7 @@ mechanism for serializing structured data.")
573(define-public tensorflow 573(define-public tensorflow
574 (package 574 (package
575 (name "tensorflow") 575 (name "tensorflow")
576 (version "2.20.0") 576 (version "2.13.1")
577 (source 577 (source
578 (origin 578 (origin
579 (method git-fetch) 579 (method git-fetch)
@@ -582,7 +582,7 @@ mechanism for serializing structured data.")
582 (commit (string-append "v" version)))) 582 (commit (string-append "v" version))))
583 (file-name (git-file-name name version)) 583 (file-name (git-file-name name version))
584 (sha256 584 (sha256
585 (base32 "00xbbq8p0caldgp2r0gz5zb4qcj5884qs6z7cshvz6257vwr0rcw")))) 585 (base32 "09mfskmpvpbq919wibnw3bnhi1y3hkx3qrzm72gdr0gsivn1yb3w"))))
586 (build-system bazel-build-system) 586 (build-system bazel-build-system)
587 (arguments 587 (arguments
588 (list 588 (list