Skip to content

Commit 7ccb583

Browse files
committedJan 25, 2019
pin holoviews=1.11 in environment.yml for RTD
Currently, the plots aren't displayed on RTD.
1 parent b29f547 commit 7ccb583

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎docs/environment.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@ channels:
66
dependencies:
77
- python=3.6
88
- pip:
9-
- sortedcontainers
9+
- sortedcollections
1010
- scipy
11-
- holoviews
12-
- bokeh==0.13
11+
- holoviews==1.11
12+
- bokeh
1313
- plotly
1414
- ipyparallel
15+
- pandas # until https://github.com/ioam/holoviews/issues/3430 is fixed
1516
- distributed
16-
- ipykernel>=4.8*
17-
- jupyter_client>=5.2.2
1817
- ipywidgets
1918
- scikit-optimize
20-
- nbconvert>=5.4* # because my jupyter-sphinx branch depends on it
21-
- sphinx_rtd_theme
2219
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
2320
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo
2421
- sphinx_fontawesome

0 commit comments

Comments
 (0)
Please sign in to comment.