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

This commit is contained in:
erogol 2020-07-16 19:26:49 +02:00
parent eb830f4bd7
commit 0fc810b7c1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ requirements = {
'gdown'
],
'pip_install':[
'tensorflow>=2.2.0',
'tensorflow==2.3.0rc0',
]
}