You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because sagemaker comes with some not-so-light dependencies. And in situations where the sagemaker module isn't used, we're taking up some valuable space.
ie. After installing we have things like scipy, numpy which aren't needed if one is not using the sagemaker module.
pip install stepfunctions[sagemaker]
Why? 🤔
Because
sagemaker
comes with some not-so-light dependencies. And in situations where the sagemaker module isn't used, we're taking up some valuable space.ie. After installing we have things like
scipy
,numpy
which aren't needed if one is not using the sagemaker module.The text was updated successfully, but these errors were encountered: