From cc89efb4a44a36186de00bcb42512810d70d35c8 Mon Sep 17 00:00:00 2001 From: Martin Lackner Date: Tue, 2 Apr 2024 23:25:06 +0200 Subject: [PATCH] update requirements --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c3d6dad..3eb70da 100644 --- a/setup.py +++ b/setup.py @@ -99,10 +99,10 @@ def read_version(): "pytest>=6", "coverage[toml]>=5.3", "black==22.3.0", - "Sphinx>=4.4.0", + "Sphinx>=7.0", "sphinx-rtd-theme>=1.0.0", - "numpydoc>=1.2", - "sphinx-codeautolink>=0.10", + "numpydoc>=1.5", + "sphinx-codeautolink>=0.15", "matplotlib>=3.4.3", ] },