HyukjinKwon commented on code in PR #39467:
URL: https://github.com/apache/spark/pull/39467#discussion_r1065239028
##########
dev/infra/Dockerfile:
##########
@@ -65,7 +65,7 @@ RUN Rscript -e "devtools::install_version('roxygen2',
version='7.2.0', repos='ht
ENV R_LIBS_SITE
"/usr/local/lib/R/site-library:${R_LIBS_SITE}:/usr/lib/R/library"
RUN pypy3 -m pip install numpy 'pandas<=1.5.2' scipy coverage matplotlib
-RUN python3.9 -m pip install numpy pyarrow 'pandas<=1.5.2' scipy
unittest-xml-reporting plotly>=4.8 sklearn 'mlflow>=1.0' coverage matplotlib
openpyxl 'memory-profiler==0.60.0'
+RUN python3.9 -m pip install numpy pyarrow 'pandas<=1.5.2' scipy
unittest-xml-reporting plotly>=4.8 sklearn 'mlflow>=1.0' coverage matplotlib
openpyxl 'memory-profiler==0.60.0' 'scikit-learn~=1.1.3'
Review Comment:
```suggestion
RUN python3.9 -m pip install numpy pyarrow 'pandas<=1.5.2' scipy
unittest-xml-reporting plotly>=4.8 sklearn 'mlflow>=1.0' coverage matplotlib
openpyxl 'memory-profiler==0.60.0' 'scikit-learn==1.1.*'
```
--
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]