Commit b6a9813
committed
### What changes were proposed in this pull request?
This PR aims to install `pyarrow/torch/torchvision` packages to Python 3.14 Dockefile. After this PR, the only missing dependency will be `MLFlow`.
### Why are the changes needed?
Finally, they supports `Python 3.14` officially.
- https://pypi.org/project/pyarrow/22.0.0/ (2025-10-24)
- https://pypi.org/project/torch/2.9.0/
### Does this PR introduce _any_ user-facing change?
No, this is an infra change.
### How was this patch tested?
Manual review. After merging, `Python 3.14` CI will provide a test coverage for this.
https://github.com/apache/spark/actions/workflows/build_python_3.14.yml
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52751 from dongjoon-hyun/SPARK-53835.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 89167c0 commit b6a9813
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
0 commit comments