From 6ef765d34417b701d5ebf82aeab1fdff9442942d Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 26 May 2024 12:44:22 +0200 Subject: Add SCS dependency to pyproject.toml, limit Python version to 3.13 for MOSEK --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index cf4c9c6..249bb29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,15 +6,14 @@ authors = ["Michael Schneeberger "] 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" - +cvxopt = ">=1.3.2" +mosek = ">=10.1.31" +scs = ">=3.2.4.post1" [tool.poetry.group.notebook.dependencies] -notebook = "^7.1.3" +notebook = ">=7.1.3" [build-system] requires = ["poetry-core"] -- cgit v1.2.1