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 9b4447d commit c3fc715Copy full SHA for c3fc715
.travis.yml
@@ -57,6 +57,7 @@ install:
57
- pip install grpcio-testing==1.24.3
58
- pip install 'google-auth >= 1.6.3, < 2'
59
- pip install 'google-auth-oauthlib >= 0.4.1, < 0.5'
60
+ - pip install requests==2.21.0
61
- yarn install --ignore-engines
62
# Uninstall older Travis numpy to avoid upgrade-in-place issues.
63
- 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