Skip to content

Commit

Permalink
Point to stable release
Browse files Browse the repository at this point in the history
Signed-off-by: nojaf <florian.verdonck@outlook.com>
  • Loading branch information
nojaf committed Oct 15, 2024
1 parent 3c6f735 commit 0a1772e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mlflow.ref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/mlflow/mlflow.git#master
https://github.com/mlflow/mlflow.git#v2.17.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mlflow-go"
version = "2.14.1"
version = "0.1.0"
description = "MLflow is an open source platform for the complete machine learning lifecycle"
readme = "README.md"
keywords = ["mlflow", "ai", "databricks"]
Expand All @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
]
requires-python = ">=3.8"
dependencies = ["mlflow==2.14.1", "cffi"]
dependencies = ["mlflow==2.17.0", "cffi"]
license = { file = "LICENSE.txt" }

[[project.maintainers]]
Expand Down

0 comments on commit 0a1772e

Please sign in to comment.