Skip to content

Commit 00eaa24

Browse files
committed
add numpydoc to test environment
1 parent 7a7814c commit 00eaa24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/conda-env/test-env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dependencies:
99
- numpy
1010
- matplotlib
1111
- scipy
12+
- numpydoc

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dynamic = ["version"]
4040
packages = ["control"]
4141

4242
[project.optional-dependencies]
43-
test = ["pytest", "pytest-timeout", "ruff"]
43+
test = ["pytest", "pytest-timeout", "ruff", "numpydoc"]
4444
slycot = [ "slycot>=0.4.0" ]
4545
cvxopt = [ "cvxopt>=1.2.0" ]
4646

0 commit comments

Comments
 (0)