Skip to content

Commit bf7a3c5

Browse files
Update pandas requirement from <2.1.0,>=1.0.0 to >=1.0.0,<2.2.0 (#1719)
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.0.0...v2.1.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shixuan Fan <[email protected]>
1 parent 9b6b0a6 commit bf7a3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ development =
9292
pytest-xdist
9393
pytzdata
9494
pandas =
95-
pandas>=1.0.0,<2.1.0
95+
pandas>=1.0.0,<2.2.0
9696
pyarrow
9797
secure-local-storage =
9898
keyring!=16.1.0,<25.0.0

0 commit comments

Comments
 (0)