diff --git a/setup.py b/setup.py index f96eb82..1a65d3e 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ if __name__ == '__main__': install_requires=[ 'typing ; python_version < "3.5"', 'numpy', - 'pandas >= 0.21.0', + 'pandas >= 0.21.0, < 0.25.0', 'bokeh >= 0.12.15', ], extras_require={