From 0a1772e5371195f108416bd80009eb2aeecf7e1b Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 15 Oct 2024 08:32:23 +0000 Subject: [PATCH] Point to stable release Signed-off-by: nojaf --- .mlflow.ref | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.mlflow.ref b/.mlflow.ref index a3274a2..81a0161 100644 --- a/.mlflow.ref +++ b/.mlflow.ref @@ -1 +1 @@ -https://github.com/mlflow/mlflow.git#master \ No newline at end of file +https://github.com/mlflow/mlflow.git#v2.17.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b4cf50f..79ca516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] @@ -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]]