From 0fc810b7c10e73cac1c906059977244e8c90d2c5 Mon Sep 17 00:00:00 2001 From: erogol Date: Thu, 16 Jul 2020 19:26:49 +0200 Subject: [PATCH] update setup.py install req. to tf 2.3.0rc0 for tflite compat. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f9f2e72..007ad5b8 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ requirements = { 'gdown' ], 'pip_install':[ - 'tensorflow>=2.2.0', + 'tensorflow==2.3.0rc0', ] }