From c6984f874868ce4fceefd9a4c82cac96e94548af Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 06:32:25 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85a61adb..9a00508a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ optional-dependencies.dev = [ "pyglotaran-extras[docs,test]", ] optional-dependencies.docs = [ + "autodoc-pydantic>=2.2", "jupyterlab>=3", "myst-nb>=1.1.1", # notebook docs "myst-parser>=0.12", @@ -55,7 +56,6 @@ optional-dependencies.docs = [ "sphinx-rtd-theme>=1.2", "sphinxcontrib-jquery>=4.1", # Needed for the search to work Ref.: https://github.com/readthedocs/sphinx_rtd_theme/issues/1434 "sphinxcontrib-mermaid>=0.9.2", - "autodoc_pydantic>=2.2", ] optional-dependencies.test = [ "coverage[toml]",