Depend on a specific version of google-api-python-client.

PiperOrigin-RevId: 307821213
Change-Id: I917cb40009ab2454ca9b4abbecd240a451af486b
This commit is contained in:
Michael Banfield 2020-04-22 08:25:18 -07:00 committed by TensorFlower Gardener
parent 081c7d5add
commit 254cf1cb8e
2 changed files with 2 additions and 2 deletions

View File

@ -50,5 +50,5 @@ setup(
],
license='Apache 2.0',
keywords='tensorflow tpu',
install_requires=['google-api-python-client', 'oauth2client']
install_requires=['google-api-python-client==1.8.0', 'oauth2client']
)

View File

@ -18,4 +18,4 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
__version__ = "0.7"
__version__ = "0.8"