Skip to content

cant use pandas > 2.0 in sagemaker sklearn container #203

@mango-picket

Description

@mango-picket

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions