"git@developer.sourcefind.cn:change/sglang.git" did not exist on "3cab5f71eaff5baf4f1d033371d06e2262a396d0"
Commit 7ecbac3c authored by Vighnesh Birodkar's avatar Vighnesh Birodkar Committed by TF Object Detection Team
Browse files

Explain version pinning in tf2/setup.py

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