Skip to content

Commit b79ce2d

Browse files
authored
fix: workaround to print stderr when capture_error is True (#407)
1 parent fb943b9 commit b79ce2d

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
@@ -73,7 +73,7 @@ def read_version():
7373
"Programming Language :: Python :: 3.7",
7474
],
7575
install_requires=[
76-
"sagemaker-training>=3.6.3",
76+
"sagemaker-training>=3.6.4",
7777
"numpy",
7878
"scipy",
7979
"sklearn",

0 commit comments

Comments
 (0)