Skip to content

Commit 72e110d

Browse files
chore(deps-dev): update numpydoc requirement
Updates the requirements on [numpydoc](https://github.com/numpy/numpydoc) to permit the latest version. - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](numpy/numpydoc@v1.5.0...v1.10.0) --- updated-dependencies: - dependency-name: numpydoc dependency-version: 1.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62a4b26 commit 72e110d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ docs = [
9090
"sphinx >=8.0.0,<9.0.0",
9191
"sphinx-autodoc-typehints >=3.0.0,<4.0.0",
9292
"sphinx-rtd-theme >=3.0.0,<4.0.0",
93-
"numpydoc >=1.5.0,<2.0.0",
93+
"numpydoc >=1.10.0,<2.0.0",
9494
"sphinx_tabs >=3.4.1,<4.0.0",
9595
"sphinx-togglebutton >=0.3.2,<1.0.0",
9696
]

0 commit comments

Comments
 (0)