This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 62344cdac156 [SPARK-47948][PYTHON][FOLLOWUP] Bump Pandas to 2.0.0 in 
`requirements.txt`
62344cdac156 is described below

commit 62344cdac156ffaf1896f2f91a79383da00e077d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 6 16:25:50 2024 +0900

    [SPARK-47948][PYTHON][FOLLOWUP] Bump Pandas to 2.0.0 in `requirements.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.
    - https://github.com/apache/spark/pull/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]>
---
 dev/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/requirements.txt b/dev/requirements.txt
index 496840d5f229..5486c98ab8f8 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to