Skip to content

Commit 88e64a3

Browse files
committed
Upgrading mlflow compatibility to 3.2.0
1 parent 052d255 commit 88e64a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: hashFiles('**/requirements.txt', '**/pyproject.toml') == ''
2727
run: |
2828
touch ./requirements.txt
29-
echo "mlflow[auth]==3.1.2" > ./requirements.txt
29+
echo "mlflow[auth]==3.2.0" > ./requirements.txt
3030
- uses: actions/setup-python@v4
3131
with:
3232
python-version: '3.12.3'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://github.com/JuliaAI/MLFlowClient.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaAI/MLFlowClient.jl/actions/workflows/CI.yml?query=branch%3Amain)
55
[![Coverage](https://codecov.io/gh/JuliaAI/MLFlowClient.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAI/MLFlowClient.jl)
66

7-
Julia client for [MLFlow](https://www.mlflow.org/) `3.1.2` (but should work with other versions as well).
7+
Julia client for [MLFlow](https://www.mlflow.org/) `3.2.0` (but should work with other versions as well).
88

99
- [x] Supports tracking of metrics, parameters, tags, artifacts, and models.
1010
- [x] Compatible with latest MLFlow server capabilities.

0 commit comments

Comments
 (0)