Skip to content

Commit 11e6365

Browse files
committed
Add missing TOML dependency
1 parent 1306608 commit 11e6365

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ plotly = {version = "^5.18.0", extras=["plot"], optional = true}
2020
torch = {version = "^2.1.2", extras = ["torch"], python = "<3.12", optional = true}
2121
numpy = {version = "^1.26.3", extras=["dataset"], optional = true}
2222
matplotlib = {version = "^3.8.2", extras=["plot"], optional = true}
23+
toml = "^0.10.2"
2324

2425
[tool.poetry.extras]
2526
dataset = ["pandas", "numpy"]

0 commit comments

Comments
 (0)