Browse code

require holoviews 1.10

Bas Nijholt authored on 16/12/2017 17:10:41
Showing 1 changed files
... ...
@@ -12,7 +12,9 @@ install_requires = [
12 12
     'jupyter_client>=5.2.2',  # because https://github.com/jupyter/jupyter_client/pull/314
13 13
 ]
14 14
 
15
-extras_require = {'recommended': ['holoviews>=1.9.1', 'ipyparallel', 'distributed']}
15
+extras_require = {'recommended': ['holoviews>=1.10',
16
+                                  'ipyparallel',
17
+                                  'distributed']}
16 18
 
17 19
 setup(
18 20
     name='adaptive',