From 44ff38a95b5271bc9ec6aa0df06675b2b6cd0b2b Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Sat, 26 Jan 2019 03:22:10 +0000 Subject: [PATCH] Pinned pandas temporarily --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 255ee0227..d75f7e32d 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ def package_assets(example_path): install_requires = [ 'bokeh >=1.0.0', 'holoviews >=1.11.0', - 'pandas' + 'pandas<0.24.0' ] _examples_extra = [