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 c4fce13 commit 794da03Copy full SHA for 794da03
setup.py
@@ -47,7 +47,7 @@ def read(fname):
47
'Programming Language :: Python :: 3.6',
48
],
49
install_requires=['numpy==1.16.4', 'Pillow==6.2.0', 'retrying==1.3.3', 'sagemaker-containers==2.5.4',
50
- 'six==1.12.0', 'requests_mock==1.6.0', 'sagemaker-inference==1.2.0',
+ 'six==1.12.0', 'requests_mock==1.6.0', 'sagemaker-inference==1.2.2',
51
'retrying==1.3.3'],
52
extras_require={
53
'test': ['boto3==1.10.32', 'coverage==4.5.3', 'docker-compose==1.23.2', 'flake8==3.7.7', 'Flask==1.1.1',
0 commit comments