Skip to content

Commit

Permalink
[SPARK-47948][PYTHON][FOLLOWUP] Bump Pandas to 2.0.0 in `requirements…
Browse files Browse the repository at this point in the history
….txt`

### What changes were proposed in this pull request?

This aims to bump the minimum pandas version to 2.0.0 in `requirements.txt`. This is a follow-up.
- #46175

### Why are the changes needed?

To make it consistent.

### Does this PR introduce _any_ user-facing change?

No, this is a dev-only change.

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #48010 from dongjoon-hyun/SPARK-47948.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
dongjoon-hyun authored and HyukjinKwon committed Sep 6, 2024
1 parent 20f2cb0 commit 62344cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ py4j>=0.10.9.7
numpy>=1.21
pyarrow>=10.0.0
six==1.16.0
pandas>=1.4.4
pandas>=2.0.0
scipy
plotly
mlflow>=2.3.1
Expand Down

0 comments on commit 62344cd

Please sign in to comment.