From 1c395d060d036f8ee79e2d39191178e1cd490d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Mon, 22 Jan 2024 19:34:46 -0300 Subject: [PATCH] Remove sphinx pin to rely on upstream constraints (#334) # Description Don't pin Sphinx directly, as we can rely on MyST and PyData Sphinx Theme to pin it if necessary. cc @Czaki --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bddcf7d18..3e4cb24ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -sphinx<6 sphinx-autobuild sphinx-tabs sphinx-tags @@ -9,7 +8,7 @@ sphinx-copybutton sphinx-gallery sphinx_autodoc_typehints==1.12.0 myst-nb -napari-sphinx-theme>=0.3.0.dev0 +napari-sphinx-theme>=0.3.0 matplotlib lxml imageio-ffmpeg