Commit 59aa6732 authored by Khanh LeViet's avatar Khanh LeViet Committed by TF Object Detection Team
Browse files

Unfreeze keras version as incorrect version issue was fixed. This also...

Unfreeze keras version as incorrect version issue was fixed. This also resolved the endless TF ODT API pip install issue.

PiperOrigin-RevId: 413804051
parent 56dfd31b
......@@ -23,9 +23,7 @@ REQUIRED_PACKAGES = [
'pandas',
'tf-models-official>=2.5.1',
'tensorflow_io',
# Workaround due to
# https://github.com/keras-team/keras/issues/15583
'keras==2.6.0'
'keras'
]
setup(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment