Skip to content

Commit

Permalink
Update mlflow version (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: nojaf <florian.verdonck@outlook.com>
  • Loading branch information
nojaf authored Jan 20, 2025
1 parent 7592301 commit 60b8941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
requires-python = ">=3.9"
dependencies = ["cffi>=1.17.1", "mlflow>=2.17.0", "psycopg2-binary==2.9.9"]
dependencies = ["cffi>=1.17.1", "mlflow>=2.19.0", "psycopg2-binary>=2.9.9"]
[[project.maintainers]]
name = "Databricks"
email = "mlflow-oss-maintainers@googlegroups.com"
Expand Down Expand Up @@ -56,7 +56,7 @@ exclude = ["tests", "tests.*"]

[tool.ruff]
line-length = 100
target-version = "py38"
target-version = "py39"
force-exclude = true
extend-include = ["*.ipynb"]
extend-exclude = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 60b8941

Please sign in to comment.