We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620eea3 commit e15f1b9Copy full SHA for e15f1b9
.travis.yml
@@ -58,6 +58,7 @@ install:
58
- pip install grpcio-testing==1.24.3
59
- pip install 'google-auth >= 1.6.3, < 2'
60
- pip install 'google-auth-oauthlib >= 0.4.1, < 0.5'
61
+ - pip install requests==2.21.0
62
- yarn install --ignore-engines
63
# Uninstall older Travis numpy to avoid upgrade-in-place issues.
64
- pip uninstall -y numpy
tensorboard/pip_package/setup.py
@@ -32,7 +32,7 @@
32
'markdown >= 2.6.8',
33
'numpy >= 1.12.0',
34
'protobuf >= 3.6.0',
35
- 'requests >= 2.22.0, < 3',
+ 'requests >= 2.21.0, < 3',
36
'setuptools >= 41.0.0',
37
'six >= 1.10.0',
38
'werkzeug >= 0.11.15',
0 commit comments