From d8ccfbc0c704260d3e351062fbb963428c679093 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:04:22 +0200 Subject: [PATCH] MNT: Add missing dependency to environment.yml #28617 introduced parallel gallery builds. This needs joblib as a dependency for sphinx-gallery. `requirements.txt` solves this via `sphinx-gallery[parallel]>=0.12.0`. Unfortunately, conda does not support variants, therefore we have to add the dependency explicitly to `environment.yml`. --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 5cc009303672..b5bc3255122c 100644 --- a/environment.yml +++ b/environment.yml @@ -40,6 +40,7 @@ dependencies: - sphinx>=3.0.0,!=6.1.2 - sphinx-copybutton - sphinx-gallery>=0.12.0 + - joblib # needed for sphinx-gallery[parallel] - sphinx-design - sphinx-tags>=0.4.0 - pip