[tool.poetry] name = "sumofsquares" version = "0.0.1" description = "Tools for Sum of Square optimization" authors = ["Michael Schneeberger "] readme = "README.md" [tool.poetry.dependencies] polymatrix = {git = "https://gitlab.ethz.ch/npross/polymatrix.git"} python = ">=3.10,<3.13" cvxopt = ">=1.3.2" mosek = ">=10.1.31" scs = ">=3.2.4.post1" [tool.poetry.group.notebook.dependencies] notebook = ">=7.1.3" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"