dongjoon-hyun commented on code in PR #52828:
URL: https://github.com/apache/spark/pull/52828#discussion_r2485039775
##########
dev/spark-test-image/python-minimum/Dockerfile:
##########
@@ -61,7 +61,7 @@ RUN apt-get update && apt-get install -y \
wget \
zlib1g-dev
-ARG BASIC_PIP_PKGS="numpy==1.22.4 pyarrow==15.0.0 pandas==2.2.0 six==1.16.0
scipy scikit-learn coverage unittest-xml-reporting"
+ARG BASIC_PIP_PKGS="numpy==1.22.4 pyarrow==15.0.0 pandas==2.3.3 six==1.16.0
scipy scikit-learn coverage unittest-xml-reporting"
Review Comment:
Python 3.14 is not `Apache PySpark`'s minimum support Python version. The
minimum versions of Python libraries has different criteria, @bjornjorgensen ,
because the majority of PySpark users are still using Python
3.10/3.11/3.12/3.13.
> but should we change _minimum_pandas_version to 2.3.3. or do you still
will have pandas version 2.2.0 as min?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]