From 367245be395c07158d1164acd7e20cd8ed4b072c Mon Sep 17 00:00:00 2001 From: SageMaker Bot <49924207+sagemaker-bot@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:59:29 -0700 Subject: [PATCH] feat: Add SageMaker Core to the dependency (#4857) Co-authored-by: pintaoz-aws --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d1c634f86d..1c60e786e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ dependencies = [ "psutil", "PyYAML~=6.0", "requests", + "sagemaker-core>=1.0.0,<2.0.0", "schema", "smdebug_rulesconfig==1.0.1", "tblib>=1.7.0,<4",