Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pandas requirement from <2.2 to <2.3 #607

Merged
merged 3 commits into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Update pandas requirement from <2.2 to <2.3

    Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
    - [Release notes](https://github.com/pandas-dev/pandas/releases)
    - [Commits](pandas-dev/pandas@0.3.0...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pandas
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and amotl committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    47cc5c6 View commit details
    Browse the repository at this point in the history
  2. Testing: Pull makeTimeDataFrame and makeMixedDataFrame from pueblo

    `pandas._testing.{makeTimeDataFrame,makeMixedDataFrame}` were removed on
    behalf of pandas 2.2.0. This patch pulls corresponding polyfills from
    a hostel package.
    amotl committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ab7b14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272bf18 View commit details
    Browse the repository at this point in the history