Skip to content

Commit aa2e878

Browse files
committed
add mlflow python dependency
1 parent d0c35e0 commit aa2e878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ dependencies = [
3737
"croniter~=1.4",
3838
"pytz==2023.3",
3939
"fsspec==2023.6.0",
40-
"psutil~=5.9"
40+
"psutil~=5.9",
41+
"mlflow"
4142
]
4243

4344
[project.optional-dependencies]

0 commit comments

Comments
 (0)