Browse code

only require holoviews>=1.9.1 because we are no longer using TriMesh

Bas Nijholt authored on 16/02/2018 15:12:29
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ 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.10',
15
+extras_require = {'recommended': ['holoviews>=1.9.1',
16 16
                                   'ipyparallel',
17 17
                                   'distributed']}
18 18