From 11ea9f5921200f3926a734a36c03f3a57104e20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Fri, 13 Oct 2023 14:18:01 -0300 Subject: [PATCH] MAINT: Update environment.yml to match requirements files --- environment.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/environment.yml b/environment.yml index 095e3d240bd2..b655d972a1ea 100644 --- a/environment.yml +++ b/environment.yml @@ -31,18 +31,18 @@ dependencies: - graphviz - ipython - ipywidgets - - numpydoc>=0.8 - - packaging - - pydata-sphinx-theme + - numpydoc>=1.0 + - packaging>=20 + - pydata-sphinx-theme~=0.13.1 - pyyaml - - sphinx>=1.8.1,!=2.0.0 + - sphinx>=3.0.0,!=6.1.2 - sphinx-copybutton - - sphinx-gallery>=0.12 + - sphinx-gallery>=0.12.0 - sphinx-design - pip - pip: - - mpl-sphinx-theme - - sphinxcontrib-svg2pdfconverter + - mpl-sphinx-theme~=3.8.0 + - sphinxcontrib-svg2pdfconverter>=1.1.0 - pikepdf # testing - coverage