From b0f14d219b4f74a60d09aae819ba19f44aad994c Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Sun, 4 Feb 2024 19:04:33 +0100 Subject: [PATCH] Fix version issue see: https://github.com/scikit-learn/scikit-learn/issues/26599 --- doc/environment.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/environment.yml b/doc/environment.yml index c59b389..31128c9 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -8,19 +8,20 @@ dependencies: - numba - scipy - pillow - - sphinx-gallery - - nbsphinx - pandoc - imp.bff - ipykernel - jupyter_client # needed for nbsphinx + - sphinx < 7.0 + - nbsphinx - sphinx_rtd_theme + - sphinx-gallery + - sphinxcontrib-bibtex + - sphinxcontrib-websupport - matplotlib - numpy - numpydoc - pyyaml - graphviz - - sphinxcontrib-bibtex - - sphinxcontrib-websupport - openmm - tqdm