Skip to content

Commit 8b25e8d

Browse files
committed
Disallow numpydoc 1.9.0
numpy/numpydoc#638
1 parent 94c2b94 commit 8b25e8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies: #! Keep in sync with [tool.pixi.dependencies] in pyproject.toml
4141

4242
# Docs
4343
- ipython
44-
- numpydoc
44+
- numpydoc!=1.9.0
4545
- nbsphinx
4646
- sphinx
4747
- pandoc

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pre_commit = "*"
9696

9797
# Docs
9898
ipython = "*"
99-
numpydoc = "*"
99+
numpydoc = "!=1.9.0"
100100
nbsphinx = "*"
101101
sphinx = "*"
102102
pandoc = "*"

0 commit comments

Comments
 (0)