-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Describe the bug
The latest update to the SageMaker SDK introduces sagemaker-mlflow which then brings in a constellation of dependencies that users might not need. This is a minor change (v2.232.1...v2.232.2) that leads to installing 30 new dependencies.
To reproduce
Install the latest update, pip install sagemaker==2.232.2
.
Expected behavior
I would have liked if this release had been included via Python "extras" where you can specify an additional set of installation requirements. For example, rather than installing sagemaker-mlflow
automatically, only install it if someone specifies `pip install "sagemaker[mlflow]>=2.232.2".
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
System information
A description of your system. Please provide:
- SageMaker Python SDK version: 2.232.2
- Framework name (eg. PyTorch) or algorithm (eg. KMeans): N/A
- Framework version: N/A
- Python version: N/A
- CPU or GPU: N/A
- Custom Docker image (Y/N): N
Additional context
The package could be more usable and leaner if it implemented this as a Python "extra".