diff --git a/requirements-min.txt b/requirements-min.txt index d44d3c0c..d324f7c2 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -1,6 +1,6 @@ matplotlib==3.5.3 numpy==1.22.4 -pandas==1.4.4 +pandas==1.5.3 statsmodels==0.13.5 scipy==1.8.1 h5py==3.7.0 diff --git a/setup.py b/setup.py index 0e8f3ab6..26231524 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ INSTALL_REQUIRES = [ "matplotlib >= 3.5.3", "numpy >= 1.22.4", - "pandas >= 1.4.4", + "pandas >= 1.5.3", "statsmodels >= 0.13.5", "scipy >= 1.8.1", "h5py >= 3.7.0",