summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-05-10 16:10:22 +0200
committerNao Pross <np@0hm.ch>2024-05-10 16:29:02 +0200
commit3a92d1cbb798ced9f765fb1475e1df9a60d92a3b (patch)
tree8356252869dee4b4f8e8eeee624dd44b4a0bacf7 /pyproject.toml
parentMove cvxopt module into submodule for solvers (diff)
downloadsumofsquares-3a92d1cbb798ced9f765fb1475e1df9a60d92a3b.tar.gz
sumofsquares-3a92d1cbb798ced9f765fb1475e1df9a60d92a3b.zip
Prepare stub for MOSEK solver interface
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index def9c86..cb9203d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10"
polymatrix = {git = "https://gitlab.ethz.ch/npross/polymatrix.git"}
+python = ">=3.10,<3.13"
cvxopt = "^1.3.2"
+mosek = "^10.1.31"
[tool.poetry.group.notebook.dependencies]