From 1d0085f080753d1c6bf85847b564befdc854bc14 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 29 May 2024 20:12:12 +0200 Subject: Add numpy and sympy as dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 249bb29..34dedf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,8 @@ python = ">=3.10,<3.13" cvxopt = ">=1.3.2" mosek = ">=10.1.31" scs = ">=3.2.4.post1" +numpy = "^1.26.4" +scipy = "^1.13.1" [tool.poetry.group.notebook.dependencies] notebook = ">=7.1.3" -- cgit v1.2.1