From c95058296d66668e6d2694d49f8e3081608eb1b0 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Tue, 28 Mar 2023 07:27:44 +0000 Subject: [PATCH] deps: pin `tensorflow-cpu` while building documentation --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c8cacf3..e3067a8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,4 +5,4 @@ sphinx-copybutton sphinx-rtd-theme pytorch-lightning >= 1.5.0 -tensorflow-cpu >= 2.0 +tensorflow-cpu >= 2.0.0, < 2.12.0a0