From 1f462b77ff5f18263ba93ac327eed5ea1dfa63db Mon Sep 17 00:00:00 2001 From: Nathan Park Date: Wed, 16 Jul 2025 08:57:50 -0700 Subject: [PATCH] fix: add hard dependency on sagemaker-core pypi lib --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 566e46a9a7..e4df36587a 100644 --- a/tox.ini +++ b/tox.ini @@ -87,6 +87,7 @@ commands = pip install 'torchvision==0.18.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html' pip install 'dill>=0.3.9' pip install 'altair>=5.3' # needed for amtviz + pip install -U "sagemaker-core" # needed to keep sagemaker-core up to date pytest {posargs} deps = .[test]