Skip to content

Commit 723a6b2

Browse files
committed
use latest default sklearn
1 parent f1bea3e commit 723a6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/workflow/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
logger = logging.getLogger(__name__)
4848

49-
FRAMEWORK_VERSION = "0.23-1"
49+
FRAMEWORK_VERSION = "1.2-1"
5050
INSTANCE_TYPE = "ml.m5.large"
5151
REPACK_SCRIPT = "_repack_model.py"
5252
REPACK_SCRIPT_LAUNCHER = "_repack_script_launcher.sh"

0 commit comments

Comments
 (0)