HyukjinKwon commented on a change in pull request #32780:
URL: https://github.com/apache/spark/pull/32780#discussion_r645310283
##########
File path: dev/requirements.txt
##########
@@ -1,8 +1,34 @@
-flake8==3.5.0
-jira==2.0.0
-PyGithub==1.26.0
-sphinx
+# PySpark dependencies (required)
+py4j
+
+# PySpark dependencies (optional)
+numpy
+pyarrow
+pandas
+scipy
+plotly
+mlflow
+matplotlib<3.3.0
+
+# PySpark test dependencies
+xmlrunner
+
+# Linter
+mypy
+flake8
+
+# Documentation (SQL)
+mkdocs
+
+# Documentation (Python)
pydata_sphinx_theme
ipython
nbsphinx
numpydoc
+jinja2<3.0.0
+sphinx<3.1.0
+sphinx-plotly-directive
+
+# Developement scripts
Review comment:
```suggestion
# Development scripts
```
##########
File path: dev/requirements.txt
##########
@@ -1,8 +1,34 @@
-flake8==3.5.0
-jira==2.0.0
-PyGithub==1.26.0
-sphinx
+# PySpark dependencies (required)
+py4j
+
+# PySpark dependencies (optional)
+numpy
+pyarrow
+pandas
+scipy
+plotly
+mlflow
+matplotlib<3.3.0
+
+# PySpark test dependencies
+xmlrunner
+
+# Linter
+mypy
+flake8
+
+# Documentation (SQL)
+mkdocs
+
+# Documentation (Python)
pydata_sphinx_theme
ipython
nbsphinx
numpydoc
+jinja2<3.0.0
+sphinx<3.1.0
+sphinx-plotly-directive
+
+# Developement scripts
Review comment:
oops
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]