Skip to content

Commit fa9dae2

Browse files
committed
Add pandas to pyproject.toml
1 parent a8a54d1 commit fa9dae2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ packages = ["control"]
4343
test = ["pytest", "pytest-timeout"]
4444
slycot = [ "slycot>=0.4.0" ]
4545
cvxopt = [ "cvxopt>=1.2.0" ]
46+
pandas = [ "pandas>=1.5.0" ]
4647

4748
[project.urls]
4849
homepage = "https://python-control.org"
@@ -55,4 +56,4 @@ write_to = "control/_version.py"
5556
addopts = "-ra"
5657
filterwarnings = [
5758
"error:.*matrix subclass:PendingDeprecationWarning",
58-
]
59+
]

0 commit comments

Comments
 (0)