From 9452f8b3dedc7ec68f837299b480dbaad0bfc8c1 Mon Sep 17 00:00:00 2001 From: Harsha Date: Tue, 19 Mar 2024 09:16:42 -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..85833e77 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