"...git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "f3d842a0ca91f5d618a432f55023a81c8ca17676"
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 = [ ...@@ -20,7 +20,8 @@ REQUIRED_PACKAGES = [
'pandas', 'pandas',
'tf-models-official>=2.5.1', 'tf-models-official>=2.5.1',
'tensorflow_io', 'tensorflow_io',
'keras' 'keras',
'pyparsing==2.4.7' # TODO(b/204103388)
] ]
setup( 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