Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pandas to 2.0, including fix to prophet test (#765)
* Update pandas requirement from <2.0.0,>=0.23.3 to >=0.23.3,<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@v0.23.3...v2.0.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix prophet test for pandas 2.0 * Update lower bound to >=1.0.0 * Update lower bound to >=1.0.0 in setup.py --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashley Scillitoe <[email protected]>
- Loading branch information