From 1e665be8442eac42e94d392dcf12049650b84f85 Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Wed, 1 Nov 2023 17:19:25 -0600 Subject: [PATCH] breadcrumbs --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 0c617fa6..4a751966 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,9 @@ INSTALL_REQUIRES = [ 'matplotlib >= 3.0.0', 'numpy >= 1.17.3', + # pandas restricted to <2.1 until + # https://github.com/pandas-dev/pandas/issues/55794 + # is resolved 'pandas >= 1.3.0, <2.1', 'statsmodels >= 0.11.0', 'scipy >= 1.2.0',