Commit 3f6fe2aa authored by Vighnesh Birodkar's avatar Vighnesh Birodkar Committed by TF Object Detection Team
Browse files

Pin tensorflow-metadata to <0.23.0.

PiperOrigin-RevId: 326483694
parent 31bb92df
...@@ -7,6 +7,7 @@ from setuptools import setup ...@@ -7,6 +7,7 @@ from setuptools import setup
# tf-models-offical requirements. These packages request for incompatible # tf-models-offical requirements. These packages request for incompatible
# oauth2client package. # oauth2client package.
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'tensorflow-metadata<0.23.0', # TODO(b/164107742)
# Required for apache-beam with PY3 # Required for apache-beam with PY3
'avro-python3==1.8.1', 'avro-python3==1.8.1',
'apache-beam', 'apache-beam',
......
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