Skip to content

Commit

Permalink
check whether pandas 2.1 is causing test problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Oct 31, 2023
1 parent 16b4621 commit 652d3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
INSTALL_REQUIRES = [
'matplotlib >= 3.0.0',
'numpy >= 1.17.3',
'pandas >= 1.3.0',
'pandas >= 1.3.0, <2.1',
'statsmodels >= 0.11.0',
'scipy >= 1.2.0',
'h5py >= 2.8.0',
Expand Down

0 comments on commit 652d3be

Please sign in to comment.