HyukjinKwon commented on a change in pull request #27376: [SPARK-30665][PYSPARK] Remove Pandoc dependency in PySpark setup.py URL: https://github.com/apache/spark/pull/27376#discussion_r372704609
########## File path: dev/requirements.txt ########## @@ -2,5 +2,4 @@ flake8==3.5.0 jira==1.0.3 PyGithub==1.26.0 Unidecode==0.04.19 -pypandoc==1.3.3 Review comment: I think this was added to install `pandoc` for R documentation as of https://github.com/apache/spark/pull/15309. So I think it's fine to keep it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
