Depend on a specific version of google-api-python-client.
PiperOrigin-RevId: 307821213 Change-Id: I917cb40009ab2454ca9b4abbecd240a451af486b
This commit is contained in:
parent
081c7d5add
commit
254cf1cb8e
@ -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']
|
||||
)
|
||||
|
@ -18,4 +18,4 @@ from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = "0.7"
|
||||
__version__ = "0.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user