Skip to content

Commit

Permalink
fix:(deps-dev): update pandas requirement
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.4...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2023
1 parent 3623ab0 commit 65a24e8
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 @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"numpy>=1.23.3,<1.26.0",
"scipy>=1.8.1,<1.12.0",
"pandas>=1.4.4,<2.1.0",
"pandas>=1.4.4,<2.2.0",
"wasabi>=0.9.0,<1.2.0",
"scikit-learn>=1.1.2,<1.4.0",
"srsly>=2.4.4, <2.5.0",
Expand Down

0 comments on commit 65a24e8

Please sign in to comment.