Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pandas requirement from <2.2 to <2.3
Browse files Browse the repository at this point in the history
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:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and amotl committed Jan 30, 2024
1 parent fa2c6ee commit 720db5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -109,7 +109,7 @@ release = [
]
test = [
"dask",
"pandas<2.2",
"pandas<2.3",
"pytest<9",
"pytest-cov<5",
"pytest-mock<4",

0 comments on commit 720db5e

Please sign in to comment.