From 2c3dc232829f1323c2f7a8e0fd45ceafb05e8aad Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:30:44 +0800 Subject: [PATCH] Update doc dep versions Remove redundant upper bounds, and py dep which isn't used. Fixes #1755 --- environment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 93906ce11..bd5b4e454 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,6 @@ dependencies: - numpy>=1.9.1 - platformdirs - psutil - - py>=1.4.27 - pymbolic - scipy>=0.16.0 - tqdm @@ -45,8 +44,8 @@ dependencies: - ipython - numpydoc - nbsphinx - - sphinx<6 - - pandoc>1.12.1,<3 + - sphinx + - pandoc - pydata-sphinx-theme - sphinx-autobuild - myst-parser