From cd38eee5600180e7a56ad20c3548f2db0f100f9f Mon Sep 17 00:00:00 2001 From: hy395 Date: Wed, 3 Jul 2024 01:30:32 -0700 Subject: [PATCH] dont specify tf version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0f1e198..46ad3b4 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.12.0 + tensorflow tqdm>=4.65.0 [options.extras_require]