diff options
Diffstat (limited to 'pyproject.toml')
-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" |