summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-03-14 11:13:17 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-03-14 11:14:58 +0100
commitd06cf9313f60af44372bab19160c203ce4d967f1 (patch)
tree8c1ff5e3683591ad7563b7d0777c8ba7fd98402a
parent26fba1a759f67f2c6c22049994db328550d45e30 (diff)
python: python-tensorflow: Relax requirement on typing-extensions.
* guix-science/packages/python.scm (python-tensorflow)[arguments]: Remove upper bound on typing-extensions.
-rw-r--r--guix-science/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm
index 79772d8..c171a9e 100644
--- a/guix-science/packages/python.scm
+++ b/guix-science/packages/python.scm
@@ -1070,6 +1070,7 @@ subclassing API with an imperative style for advanced research.")
1070 ;; Versions above 0.4 break tests, but that's okay 1070 ;; Versions above 0.4 break tests, but that's okay
1071 ;; because we aren't running them. 1071 ;; because we aren't running them.
1072 (("gast >= 0.2.1, <= 0.4.0") "gast >= 0.2.1") 1072 (("gast >= 0.2.1, <= 0.4.0") "gast >= 0.2.1")
1073 (("'typing_extensions>=3.6.6,<4.6.0'") "'typing_extensions>=3.6.6'")
1073 ;; Drop all of tensorboard and tensorflow_estimator 1074 ;; Drop all of tensorboard and tensorflow_estimator
1074 (("'(tensorboard|tensorflow_estimator) >.*',") " None,") 1075 (("'(tensorboard|tensorflow_estimator) >.*',") " None,")
1075 ;; Our clang bindings have a different name. 1076 ;; Our clang bindings have a different name.