Commit af55029
committed
[SPARK-57218][PYTHON] Pin pandas and pandas stub version for lint image
### What changes were proposed in this pull request?
Pin pandas and pandas-stub image for lint image.
### Why are the changes needed?
CI is failing, but we don't support pandas 3 now. We pin pandas version on our docker image to match the dev env.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
mypy passed locally. Pending CI.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #56289 from gaogaotiantian/pin-pandas-version-lint.
Authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Signed-off-by: Tian Gao <gaogaotiantian@hotmail.com>1 parent 576070a commit af55029
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments