Skip to content

Commit 3b5c203

Browse files
docs: update mlflow version in README dependencies table
The Containerfile requires mlflow>=3.10.0 for workspace-aware SDK support but the README table still listed >=2.0. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a2b5735 commit 3b5c203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evals/evalhub_adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ sets this automatically from the namespace.
485485
| `eval-hub-sdk[adapter]` | `>=0.1.4` | `evalhub` | Yes |
486486
| `httpx` | `>=0.27` | `evalhub` | Yes |
487487
| `pyyaml` | `>=6.0` | `evalhub` | Yes |
488-
| `mlflow` | `>=2.0` | `test-mlflow` | Yes (trace enrichment + run logging) |
488+
| `mlflow` | `>=3.10.0` | `test-mlflow` | Yes (trace enrichment + run logging) |
489489

490490
For container builds or local development:
491491

0 commit comments

Comments
 (0)