Skip to content

Commit 4f334d0

Browse files
authored
fix: bump sagemaker-containers version to 2.4.10 (#217)
1 parent 1aa7659 commit 4f334d0

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
@@ -53,7 +53,7 @@ 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.4.10', 'numpy', 'scipy', 'sklearn',
5757
'pandas', 'Pillow', 'h5py'],
5858
extras_require={
5959
'test': ['tox', 'flake8', 'pytest==4.4.1', 'pytest-cov', 'pytest-xdist', 'mock',

0 commit comments

Comments
 (0)