Skip to content

Commit

Permalink
Update pandas requirement from <2 to <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.2)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent 0c2d20f commit 2fc872f
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
Expand Up @@ -95,7 +95,7 @@ dependencies = [
"line-protocol-parser<2",
"numpy<2",
"odfpy<2",
"pandas<2",
"pandas<3",
"requests<2.33",
"sql-formatter<0.7",
"sqlalchemy-cratedb==0.37.0",
Expand Down

0 comments on commit 2fc872f

Please sign in to comment.