From 1d07fdc2993d06b86e2ce15d39587cafa476d18f Mon Sep 17 00:00:00 2001 From: chncaption <101684156+chncaption@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:22:06 +0800 Subject: [PATCH] update tensorflow 2.10.0 to 2.11.0 --- backends/stable_diffusion/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/stable_diffusion/requirements.txt b/backends/stable_diffusion/requirements.txt index b108e7e8..3c0b3c90 100644 --- a/backends/stable_diffusion/requirements.txt +++ b/backends/stable_diffusion/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.10.0 +tensorflow==2.11.0 h5py==3.7.0 Pillow==9.2.0 tqdm==4.64.1