Skip to content

Commit cef55b3

Browse files
authored
fix: bump version of sagemaker-training for script entry point fix. (#373)
1 parent 12be9be commit cef55b3

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
@@ -63,7 +63,7 @@ def read_version():
6363
'Programming Language :: Python :: 3.7',
6464
],
6565

66-
install_requires=['sagemaker-training>=3.5.1', 'numpy', 'scipy', 'sklearn',
66+
install_requires=['sagemaker-training>=3.5.2', 'numpy', 'scipy', 'sklearn',
6767
'pandas', 'Pillow', 'h5py'],
6868
extras_require={
6969
'test': test_dependencies,

0 commit comments

Comments
 (0)