Skip to content

Commit cfa6520

Browse files
authored
Unfreeze requests version (#111)
The recent Python SDK release means we don't need to freeze the version anymore (and in fact can't)
1 parent d087f9b commit cfa6520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ def read(fname):
3737
install_requires=['sagemaker-container-support'],
3838
extras_require={
3939
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist', 'mock',
40-
'requests==2.18.4', 'sagemaker', 'tensorflow']
40+
'requests', 'sagemaker', 'tensorflow']
4141
},
4242
)

0 commit comments

Comments
 (0)