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 7cc67da commit 732a1e7Copy full SHA for 732a1e7
setup.py
@@ -53,13 +53,13 @@ def read_version():
53
'Programming Language :: Python :: 3.6',
54
],
55
56
- install_requires=['sagemaker-containers>=2.4.6', 'numpy', 'scipy', 'sklearn',
+ install_requires=['sagemaker-containers>=2.6.2', 'numpy', 'scipy', 'sklearn',
57
'pandas', 'Pillow', 'h5py'],
58
extras_require={
59
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist', 'mock',
60
- 'sagemaker==1.19.1', 'tensorflow<2.0', 'docker-compose', 'boto3==1.10.32',
61
- 'six==1.13.0', 'python-dateutil>=2.1,<2.8.1', 'botocore==1.13.32',
62
- 'requests-mock', 'awscli==1.16.296'],
+ 'sagemaker==1.50.1', 'tensorflow<2.0', 'docker-compose', 'boto3==1.10.50',
+ 'six==1.13.0', 'python-dateutil>=2.1,<2.8.1', 'botocore==1.13.50',
+ 'requests-mock', 'awscli==1.16.314'],
63
'benchmark': ['click']
64
},
65
)
0 commit comments