Skip to content

Commit 71b50cc

Browse files
Update pandas requirement from <3,>=2.1 to >=2.1,<4
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@v2.1.0...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4d070f commit 71b50cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
dependencies = [
26-
"pandas >=2.1,<3",
26+
"pandas >=2.1,<4",
2727
"pyarrow >=15,<20",
2828
"openpyxl >=3.1,<4",
2929
"xlrd >=2.0,<3",

0 commit comments

Comments
 (0)