We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a54d1 commit fa9dae2Copy full SHA for fa9dae2
1 file changed
pyproject.toml
@@ -43,6 +43,7 @@ packages = ["control"]
43
test = ["pytest", "pytest-timeout"]
44
slycot = [ "slycot>=0.4.0" ]
45
cvxopt = [ "cvxopt>=1.2.0" ]
46
+pandas = [ "pandas>=1.5.0" ]
47
48
[project.urls]
49
homepage = "https://python-control.org"
@@ -55,4 +56,4 @@ write_to = "control/_version.py"
55
56
addopts = "-ra"
57
filterwarnings = [
58
"error:.*matrix subclass:PendingDeprecationWarning",
-]
59
+]
0 commit comments