Skip to content

Commit 732a1e7

Browse files
committed
Update setup.py package versions to latest
1 parent 7cc67da commit 732a1e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ def read_version():
5353
'Programming Language :: Python :: 3.6',
5454
],
5555

56-
install_requires=['sagemaker-containers>=2.4.6', 'numpy', 'scipy', 'sklearn',
56+
install_requires=['sagemaker-containers>=2.6.2', 'numpy', 'scipy', 'sklearn',
5757
'pandas', 'Pillow', 'h5py'],
5858
extras_require={
5959
'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'],
60+
'sagemaker==1.50.1', 'tensorflow<2.0', 'docker-compose', 'boto3==1.10.50',
61+
'six==1.13.0', 'python-dateutil>=2.1,<2.8.1', 'botocore==1.13.50',
62+
'requests-mock', 'awscli==1.16.314'],
6363
'benchmark': ['click']
6464
},
6565
)

0 commit comments

Comments
 (0)