... | ... |
@@ -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', |