From 8688ad4cf3b7710d07673750762a3c4c993e34f2 Mon Sep 17 00:00:00 2001 From: lruizcalico <132386548+lruizcalico@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:19:08 -0700 Subject: [PATCH] Update setup.cfg change tensorflow version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0c4962d..43fda39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = scipy~=1.9.1 statsmodels~=0.13.5 tabulate~=0.8.10 - tensorflow~=2.10.0 + tensorflow~=2.12.0 tqdm~=4.65.0 [options.extras_require]