diff options
author | Nao Pross <np@0hm.ch> | 2024-05-29 20:12:12 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2024-05-29 20:12:12 +0200 |
commit | 1d0085f080753d1c6bf85847b564befdc854bc14 (patch) | |
tree | fcc0ef7a4d6fb2414c10dbfd528cbd03ec009802 /pyproject.toml | |
parent | Add port of SOSTOOLS sosdemo2 (diff) | |
download | sumofsquares-1d0085f080753d1c6bf85847b564befdc854bc14.tar.gz sumofsquares-1d0085f080753d1c6bf85847b564befdc854bc14.zip |
Add numpy and sympy as dependencies
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |