Skip to content

Commit fa39d77

Browse files
saimiduchuyang-deng
authored andcommitted
change: Update pip packages in setup.py (#259)
1 parent fbc0b1e commit fa39d77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +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.1', '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', 'docker-compose', 'botocore>=1.12.140'],
60+
'sagemaker==1.48.0', 'tensorflow', 'docker-compose', 'boto3>=1.10.41',
61+
'six==1.13.0', 'python-dateutil>=2.1,<2.8.1', 'botocore>=1.13.41',
62+
'awscli>=1.16.305'],
6163
'benchmark': ['click']
6264
},
6365
)

0 commit comments

Comments
 (0)