update setup.py install req. to tf 2.3.0rc0 for tflite compat.

This commit is contained in:
erogol
2020-07-17 11:16:05 +02:00
parent eb830f4bd7
commit 0fc810b7c1
+1 -1
View File
@@ -103,7 +103,7 @@ requirements = {
'gdown'
],
'pip_install':[
'tensorflow>=2.2.0',
'tensorflow==2.3.0rc0',
]
}