Skip to content

Commit a6016b9

Browse files
Update numpydoc requirement from ~=1.6.0 to >=1.6,<1.10
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.6.0...v1.9.0) --- updated-dependencies: - dependency-name: numpydoc dependency-version: 1.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00763cd commit a6016b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
docs = [
4343
"sphinx ~=7.2.6",
4444
"ipython ~=8.16.1",
45-
"numpydoc ~=1.6.0",
45+
"numpydoc >=1.6,<1.10",
4646
"sphinx-copybutton ~=0.5.2",
4747
"sphinx_rtd_theme ~=1.3.0",
4848
]

0 commit comments

Comments
 (0)