Skip to content

Commit

Permalink
Bump mlflow to 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Jan 31, 2025
1 parent ec87c55 commit 9d27228
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ authors = [
{ name = "Burak Ince", email = "burak.ince@linux.org.tr" },
]
dependencies = [
"mlflow[extras,pipelines] (>=2.20.0,<3.0.0)",
"mlflow[extras,pipelines] (>=2.20.1,<3.0.0)",
"pymysql (>=1.1.1,<2.0.0)",
"psycopg2-binary (>=2.9.10,<3.0.0)",
"boto3 (>=1.36.8,<2.0.0)",
"boto3 (>=1.36.10,<2.0.0)",
"sqlalchemy (>=2.0.37,<3.0.0)",
"google-cloud-storage (>=2.19.0,<3.0.0)",
"google-cloud-storage (>=3.0.0,<4.0.0)",
"azure-storage-blob (>=12.24.1,<13.0.0)"
]

Expand Down

0 comments on commit 9d27228

Please sign in to comment.