Skip to content

Commit 8ce3dba

Browse files
zhengruifengdongjoon-hyun
authored andcommitted
[SPARK-54662][PYTHON] Add viztracer and debugpy in dev/requirements.txt
### What changes were proposed in this pull request? Add `viztracer` and `debugpy` in `dev/requirements.txt` ### Why are the changes needed? for code contributors, the new packages will be installed in `pip install -r dev/requirements.txt` ### Does this PR introduce _any_ user-facing change? no, dev-only ### How was this patch tested? manually check `pip install -r dev/requirements.txt` ### Was this patch authored or co-authored using generative AI tooling? no Closes #53419 from zhengruifeng/req_debug. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c09bdb9 commit 8ce3dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ grpc-stubs==1.24.11
7575
# Debug for Spark and Spark Connect
7676
graphviz==0.20.3
7777
flameprof==0.4
78+
viztracer
79+
debugpy
7880

7981
# TorchDistributor dependencies
8082
torch

0 commit comments

Comments
 (0)