Skip to content

Commit ac5a4d1

Browse files
committed
Add full as optional install in pyproject.toml
1 parent fa9dae2 commit ac5a4d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ test = ["pytest", "pytest-timeout"]
4444
slycot = [ "slycot>=0.4.0" ]
4545
cvxopt = [ "cvxopt>=1.2.0" ]
4646
pandas = [ "pandas>=1.5.0" ]
47+
full = [ "control[slycot,cvxopt,pandas]" ]
4748

4849
[project.urls]
4950
homepage = "https://python-control.org"

0 commit comments

Comments
 (0)