Skip to content

Commit

Permalink
Update pandas requirement from <2.2,>=1.4 to >=1.4,<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@v1.4.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 462eb7a commit 3790bf8
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 @@ -20,7 +20,7 @@ classifiers = [
]
requires-python = ">=3.10,<3.13"
dependencies = [
"pandas >= 1.4,< 2.2",
"pandas >= 1.4,< 2.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3790bf8

Please sign in to comment.