Commit 5212bb9f authored by Vighnesh Birodkar's avatar Vighnesh Birodkar Committed by TF Object Detection Team
Browse files

Fix pyparsing to avoid API related error.

PiperOrigin-RevId: 450833711
parent d9b82a8b
......@@ -20,7 +20,8 @@ REQUIRED_PACKAGES = [
'pandas',
'tf-models-official>=2.5.1',
'tensorflow_io',
'keras'
'keras',
'pyparsing==2.4.7' # TODO(b/204103388)
]
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