From 51332731765962d222eea44af544fef1997a9b59 Mon Sep 17 00:00:00 2001 From: Harsha Date: Tue, 19 Mar 2024 09:15:20 -0400 Subject: [PATCH] restricting tf to 2.15.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0d2e9348..c436c3ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = numpy scikit-image tensorflow-probability ~= 0.22.0 - tensorflow ~= 2.13 + tensorflow ~= 2.13, <= 2.15.1 tensorflow-addons ~= 0.21.0 psutil zip_safe = False