From 652d3be3fe54f1b8eeac98e7f1ae9dadda12146d Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Tue, 31 Oct 2023 14:24:17 -0600 Subject: [PATCH] check whether pandas 2.1 is causing test problems --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3618d11..0c617fa6 100644 --- a/setup.py +++ b/setup.py @@ -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',