"docs/source/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "f50a92869c37bbc54fe08af819304e6ad1011e84"
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 = [
'lvis',
'scipy',
'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',
'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