Skip to content

Support pandas >= 3.0 #12

Description

@KRRT7

The current pandas<2.4.0 pin in ibm-watsonx-ai prevents it from being used alongside libraries that require pandas>=3.0.

Current state: ibm-watsonx-ai==1.5.5 requires pandas<2.4.0,>=0.24.2

Problem: pandas 3.0 has been released, and an increasing number of libraries now require pandas>=3.0. This creates unresolvable dependency conflicts in projects that use both ibm-watsonx-ai and any pandas-3-dependent library. For example, in a uv workspace with multiple packages, the resolver cannot find a valid solution when one member depends on ibm-watsonx-ai and another requires pandas>=3.0.1.

This is a continuation of #3, which was closed after the pin was relaxed from <2.3.0 to <2.4.0. The upper bound still needs to be raised to accommodate pandas 3.x.

Request: Test against and support pandas>=3.0, ideally relaxing the constraint to pandas>=0.24.2,<4.0.0 or similar.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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