Skip to content

Commit 5385f69

Browse files
committed
Add dependencies in .toml for the new ml models
1 parent 421ea3e commit 5385f69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ dependencies = [
7272
"textual>=0.40.0",
7373
"typer[all]>=0.7.0",
7474
"xgboost>=1.7",
75+
"lightgbm>=4.0.0",
76+
"catboost>=1.2.0",
77+
"statsmodels>=0.14.0",
78+
"prophet>=1.1.0",
7579
]
7680

7781
[project.optional-dependencies]

0 commit comments

Comments
 (0)