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 65744bb commit 02d9a23Copy full SHA for 02d9a23
setup.py
@@ -63,7 +63,7 @@ def read_version():
63
'Programming Language :: Python :: 3.7',
64
],
65
66
- install_requires=['sagemaker-training>=3.5.1', 'numpy', 'scipy', 'sklearn',
+ install_requires=['sagemaker-training>=3.5.2', 'numpy', 'scipy', 'sklearn',
67
'pandas', 'Pillow', 'h5py'],
68
extras_require={
69
'test': test_dependencies,
0 commit comments