From 7ccb583a6dc48a59892ee9e70f835f7de0950e1d Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Fri, 25 Jan 2019 15:11:17 +0100 Subject: [PATCH] pin holoviews=1.11 in environment.yml for RTD Currently, the plots aren't displayed on RTD. --- docs/environment.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index e870f81d2..d802d2f91 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -6,19 +6,16 @@ channels: dependencies: - python=3.6 - pip: - - sortedcontainers + - sortedcollections - scipy - - holoviews - - bokeh==0.13 + - holoviews==1.11 + - bokeh - plotly - ipyparallel + - pandas # until https://github.com/ioam/holoviews/issues/3430 is fixed - distributed - - ipykernel>=4.8* - - jupyter_client>=5.2.2 - ipywidgets - scikit-optimize - - nbconvert>=5.4* # because my jupyter-sphinx branch depends on it - - sphinx_rtd_theme - git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute - git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo - sphinx_fontawesome