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.