summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-05-11 19:41:46 +0200
committerNao Pross <np@0hm.ch>2024-05-12 15:19:37 +0200
commit407723da13e60943d07bd6dfe231a08acfd36160 (patch)
treec65388a26d39da1adb20bc876451e4932a2df82f /pyproject.toml
parentFix imports after change in polymatrix dependency (diff)
downloadsumofsquares-407723da13e60943d07bd6dfe231a08acfd36160.tar.gz
sumofsquares-407723da13e60943d07bd6dfe231a08acfd36160.zip
Replace marimo with Jupyter notebooks
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cb9203d..cf4c9c6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ mosek = "^10.1.31"
[tool.poetry.group.notebook.dependencies]
-marimo = "^0.2.7"
+notebook = "^7.1.3"
[build-system]
requires = ["poetry-core"]