This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 0ca9eb3 [SPARK-34544][PYTHON][FOLLOW-UP] Add pandas-stubs in
dev/requirement.txt
0ca9eb3 is described below
commit 0ca9eb322c7f34b99124a38b8a2db31513cfe013
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Mon Dec 27 10:53:41 2021 +0900
[SPARK-34544][PYTHON][FOLLOW-UP] Add pandas-stubs in dev/requirement.txt
### What changes were proposed in this pull request?
This PR is a minor followup of https://github.com/apache/spark/pull/34927
that adds `pandas-stubs` dependency into `dev/requirements.txt`.
### Why are the changes needed?
For easier development setup.
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
Manually tested as below:
```bash
pip install -r dev/requirements.txt
```
Closes #35029 from HyukjinKwon/SPARK-34544.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
dev/requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/requirements.txt b/dev/requirements.txt
index 3f8b2c4..32c0385 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -21,6 +21,7 @@ coverage
mypy
git+https://github.com/typeddjango/pytest-mypy-plugins.git@b0020061f48e85743ee3335bd62a3a608d17c6bd
flake8==3.9.0
+pandas-stubs
# Documentation (SQL)
mkdocs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]