From b97ed17e4b48d0db75c65b82411c5f83ff3ef2ef Mon Sep 17 00:00:00 2001 From: Molly He Date: Thu, 7 May 2026 14:09:38 -0700 Subject: [PATCH] Replaced pip check + requires: pip with explicit import checks for all four subpackages --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4e6fb86..fade321 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,10 +24,10 @@ requirements: test: imports: - sagemaker - commands: - - pip check - requires: - - pip + - sagemaker.core + - sagemaker.train + - sagemaker.serve + - sagemaker.mlops about: home: https://github.com/aws/sagemaker-python-sdk/