HyukjinKwon commented on a change in pull request #27928: [SPARK-31167][BUILD] Refactor how we track Python test/build dependencies URL: https://github.com/apache/spark/pull/27928#discussion_r399965053
########## File path: docs/README.md ########## @@ -88,7 +88,7 @@ Note: Other versions of roxygen2 might work in SparkR documentation generation b To generate API docs for any language, you'll need to install these libraries: ```sh -pip install sphinx==2.3.1 mkdocs==1.0.4 numpy==1.18.1 +pip install -r ./dev/requirements.txt Review comment: and TBH, I would like to don't pin the version here as well. ```diff - pip install sphinx==2.3.1 mkdocs==1.0.4 numpy==1.18.1 + pip install sphinx mkdocs numpy ``` ---------------------------------------------------------------- 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]
