diff --git a/poetry.lock b/poetry.lock index feccc4c..3dfa82f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3910,4 +3910,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "<3.12,>3.11" -content-hash = "b0b79418195001e3592a4ccc84298da21028c30b3003c5a47e60898c2f80e5f3" +content-hash = "2a3f82d3204a49377a5eef3ef6de51375d5f95f60bff4eea9a831c23ee7f93b9" diff --git a/pyproject.toml b/pyproject.toml index fa4dd50..f2b354c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ readme = "README.md" [tool.poetry.dependencies] python = "<3.12,>3.11" pypsdm = "^0.0.3" -jupyter = "^1.1.1" pandapower = "^2.14.11" simbench = "^1.5.3" @@ -19,6 +18,7 @@ flake8-black = "^0.3.6" flake8-isort = "^6.0.0" pre-commit = "^2.21.0" PyYAML = "^6.0" +jupyter = "^1.1.1" [tool.isort] profile = "black"