Skip to content

Commit db475e7

Browse files
Pin pandas to >=2.2
Signed-off-by: Johannes Mueller <[email protected]>
1 parent b89cc76 commit db475e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ python_requires = >=3.9
4949
install_requires =
5050
numpy>=1.23.5
5151
scipy
52-
pandas>=1.4.0,!=2.1
52+
pandas>=2.2
5353
h5py!=3.7.0
54-
cython
5554

5655
[options.packages.find]
5756
where = src

0 commit comments

Comments
 (0)