File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,16 @@ channels:
6
6
dependencies :
7
7
- python=3.6
8
8
- pip :
9
- - sortedcontainers
9
+ - sortedcollections
10
10
- scipy
11
- - holoviews
12
- - bokeh==0.13
11
+ - holoviews==1.11
12
+ - bokeh
13
13
- plotly
14
14
- ipyparallel
15
+ - pandas # until https://github.com/ioam/holoviews/issues/3430 is fixed
15
16
- distributed
16
- - ipykernel>=4.8*
17
- - jupyter_client>=5.2.2
18
17
- ipywidgets
19
18
- scikit-optimize
20
- - nbconvert>=5.4* # because my jupyter-sphinx branch depends on it
21
- - sphinx_rtd_theme
22
19
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
23
20
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo
24
21
- sphinx_fontawesome
You can’t perform that action at this time.
0 commit comments