From a64eaacbf7352a1b73a7ca2e49f9958e18afd610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Sandon=C3=A0?= Date: Tue, 2 Apr 2024 14:22:24 +0200 Subject: [PATCH] specified version of panel --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d1a54dfe..38dc5e68 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -30,9 +30,9 @@ build: - wget -N https://chromedriver.storage.googleapis.com/107.0.5304.62/chromedriver_linux64.zip -P $HOME - unzip ~/chromedriver_linux64.zip -d $HOME/selenium/drivers - rm ~/chromedriver_linux64.zip - # post_install: + post_install: + - pip install "panel==1.3.8" # NOTE: remove it when this is solved: https://github.com/holoviz/panel/issues/6643 # - pip install "matplotlib<3.6.0" - # - pip install "panel==0.13.1" # post_build: # - cat $HOME/selenium/sphinx_k3d_screenshot.log