Skip to content

Commit 4358971

Browse files
Update pandas requirement from <2.2 to <2.3
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.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c006f8 commit 4358971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def read(path):
7575
'dask',
7676
'stopit>=1.1.2,<2',
7777
'flake8>=4,<8',
78-
'pandas<2.2',
78+
'pandas<2.3',
7979
'pytz',
8080
],
8181
doc=['sphinx>=3.5,<8',

0 commit comments

Comments
 (0)