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.0.0,>=1.4.0 to >=1.4.0,<3.0.0 #653

Merged
merged 4 commits into from
Aug 1, 2023

Commits on Apr 21, 2023

  1. Update pandas requirement from <2.0.0,>=1.4.0 to >=1.4.0,<3.0.0

    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)
    - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
    - [Commits](pandas-dev/pandas@v1.4.0...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pandas
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    787b101 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Changes to support pandas 2.0.0

    Fixed time conversion in entity_graph_tools.py
    Removed infer_datetime_format from read_csv
    Fixed unix timestamp conversion in local_os_query_driver.py
    ianhelle committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7a75bca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ianhelle/temp-pandas2.0.0-2023-07-25' into dependabot/p…

    …ip/pandas-gte-1.4.0-and-lt-3.0.0
    ianhelle committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    74ebeff View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    e87e6b2 View commit details
    Browse the repository at this point in the history