Commit 08b68031 authored by Vighnesh Birodkar's avatar Vighnesh Birodkar Committed by TF Object Detection Team
Browse files

Depend on latest version of tf-models-official.

PiperOrigin-RevId: 388508391
parent 707c4ef8
...@@ -21,11 +21,7 @@ REQUIRED_PACKAGES = [ ...@@ -21,11 +21,7 @@ REQUIRED_PACKAGES = [
'lvis', 'lvis',
'scipy', 'scipy',
'pandas', 'pandas',
# tensorflow 2.5.0 requires grpcio~=1.34.0. 'tf-models-official>=2.5.1',
# tf-models-official (which requires google-could-bigquery) ends
# up installing the latest grpcio which causes problems later.
'google-cloud-bigquery==1.21.0',
'tf-models-official',
] ]
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