Skip to content

Commit

Permalink
Update pandas requirement from <2.2 to <2.3 (#4090)
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.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent f280604 commit 4dede24
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 @@ -128,7 +128,7 @@ ci_publish = [
]

ci_benchmark = [
"pandas<2.2", # To avoid conflict with nncf==2.9.0
"pandas<2.3", # To avoid conflict with nncf==2.9.0
"matplotlib==3.9.2",
"nbconvert==7.16.4",
"ipython==8.29.0",
Expand Down

0 comments on commit 4dede24

Please sign in to comment.