Commit 042eb07
committed
[SPARK-54245][INFRA] Install
### What changes were proposed in this pull request?
This PR aims to install `mlflow` at Python 3.14 Docker image.
### Why are the changes needed?
MLFlow 3.6.0 is released with Python 3.14 support via PyArrow 22.0.0.
- https://pypi.org/project/mlflow/3.6.0/
Like the other images, we will add the same condition `mlflow>=2.8.1`, but it will install `MLFlow>=3.6.0` effectively.
https://github.com/apache/spark/blob/a871ba4464e07cb0229b1289b125bb07da7b6265/dev/spark-test-image/python-313/Dockerfile#L71
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52948 from dongjoon-hyun/SPARK-54245.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit d16b128)
Signed-off-by: Dongjoon Hyun <[email protected]>mlflow at Python 3.14 Docker image1 parent 750621e commit 042eb07
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments