Skip to content

Commit f2674ca

Browse files
committed
added deps plotly,matplotlib,importlib_resources
1 parent 54caf27 commit f2674ca

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

poetry.lock

Lines changed: 31 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ flaky = "*"
1919
requests = "*"
2020
pingouin = "*"
2121
ray = {extras = ["tune"], version = "^2.37.0"}
22+
plotly = "*"
23+
matplotlib = "*"
24+
importlib-resources = "*"
2225

2326

2427
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)