diff --git a/setup.py b/setup.py index 143239f..b074e7c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(path, encoding="utf-8"): "numpy>=1.14,<1.19", "scipy~=1.0", "scikit-learn>=0.20.0,<1.0", - "pandas>=0.23,<0.26", + "pandas>=0.23,<1.2", "tables>=3.5.1", "bokeh>=1.0", "gsd>=1.3",