From 9fe907cd644fb929fbc5b633544bb91654b5d85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Sandon=C3=A0?= Date: Fri, 12 Apr 2024 21:35:02 +0200 Subject: [PATCH] added dependency --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index d73e83b..5bf9950 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -32,6 +32,7 @@ build: - rm ~/chromedriver_linux64.zip post_install: - pip install "panel==1.3.8" # NOTE: remove it when this is solved: https://github.com/holoviz/panel/issues/6643 + - pip install slycot # - pip install "matplotlib<3.6.0" # post_build: # - cat $HOME/selenium/sphinx_k3d_screenshot.log