aws / aws/sagemaker-scikit-learn-container
Outdated Pandas Version Causing Package Conflicts
Open
- Dominant language
- Python
- Stars
- 188
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
The current version of Pandas is pinned to 1.1.3, which is quite outdated. This is causing version conflicts when trying to install and use other packages, such as SHAP>=0.46, which are not included in the container by default.
Is it possible to either unpin the Pandas version or at least update it to a more recent version to resolve these conflicts?
Contributor guide
Assessment
This issue has not been assessed yet.