Skip to content

Commit 56c2056

Browse files
committed
fix implicit dependencies
1 parent ad91fed commit 56c2056

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ typing-extensions = "^4.12.2"
2828
urllib3 = "^2.3.0"
2929
requests = "^2.32.3"
3030
python-dateutil = "^2.9.0.post0"
31-
notebook = "^7.3.2"
3231
pyvista = "^0.44.2"
3332
python-libsbml = "^5.20.4"
33+
matplotlib = "^3.10.0"
34+
ipython = "^8.32.0"
3435

3536
[tool.poetry.group.dev.dependencies]
3637
pytest = "^7.2.0"
@@ -40,6 +41,7 @@ mypy = "^1.5.1"
4041
pre-commit = "^3.8.0"
4142
tox = "^4.11.1"
4243
types-requests = "^2.32.0.20241016"
44+
notebook = "^7.3.2"
4345

4446
[tool.poetry.group.docs.dependencies]
4547
mkdocs = "^1.6.1"

0 commit comments

Comments
 (0)