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]]