aws / aws/sagemaker-scikit-learn-container
cant use pandas > 2.0 in sagemaker sklearn container
Open
- Dominant language
- Python
- Stars
- 188
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
sagemaker-sklearn-container 2.0 requires pandas==1.1.3, but you have pandas 2.0.3 which is incompatible.
r30gzca4ko-algo-1-lrcs1 | sagemaker-sklearn-container 2.0 requires python-dateutil==2.8.1, but you have python-dateutil 2.9.0.post0 which is incompatible.
when I use a requirements file as follows:
catboost
pandas>=2.0
Note this does not block sagemaker endpoint deployment but affects local mode deployment and testing which is weird.
Contributor guide
Assessment
This issue has not been assessed yet.