Skip to content

Commit d06d823

Browse files
Add pydot dependency
1 parent fce55c0 commit d06d823

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ dependencies = [
2525
"scikit_learn~=1.1",
2626
"scipy~=1.7",
2727
"statsmodels~=0.13",
28-
"tabulate~=0.8"
28+
"tabulate~=0.8",
29+
"pydot~=1.4"
2930
]
3031
dynamic = ["version"]
3132

0 commit comments

Comments
 (0)