From 4933dc10b85b3b49ba3ecdf6ff3715d8a5c06b21 Mon Sep 17 00:00:00 2001 From: github_username Date: Fri, 22 Nov 2019 23:33:24 +0100 Subject: [PATCH] remove pandas version limit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04ccca7..715368e 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def build_description(): install_requires=[ "numpy >= 1.15", "scipy >= 1.1", - "pandas >= 0.23, < 0.24", # >= 0.25 supports only Python >= 3.5.3 + "pandas >= 0.23", "matplotlib >= 2.2, < 3", "seaborn >= 0.9", "scikit-learn >= 0.19",