Skip to content

Commit 11956bb

Browse files
Update numpydoc requirement from ~=1.1.0 to ~=1.2 (#96)
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/doc/release_notes.rst) - [Commits](numpy/numpydoc@v1.1.0...numpydoc-1.2) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7ced5b commit 11956bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ coverage ~=6.3
1111
flake8 ~=4.0.1
1212
pytest ~=6.2.5
1313
ipython ~=7.30.1
14-
numpydoc ~=1.1.0
14+
numpydoc ~=1.2
1515
sphinx ~=4.3.2
1616
sphinx-copybutton ~=0.4.0
1717
sphinx_rtd_theme ~=1.0.0

0 commit comments

Comments
 (0)