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