Skip to content

Commit 9b0e306

Browse files
authored
fix: Switch to pyspark package as a dependency (#170)
1 parent 7121200 commit 9b0e306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ipython~=9.1
44
ipywidgets>=8.0.0
55
packaging>=20.0
66
pyink~=24.0
7-
pyspark-client~=4.0.0
7+
pyspark[connect]~=4.0.0
88
setuptools>=72.0
99
sparksql-magic>=0.0.3
1010
tqdm>=4.67

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"google-api-core>=2.19",
3232
"google-cloud-dataproc>=5.18",
3333
"packaging>=20.0",
34-
"pyspark-client~=4.0.0",
34+
"pyspark[connect]~=4.0.0",
3535
"tqdm>=4.67",
3636
"websockets>=14.0",
3737
],

0 commit comments

Comments
 (0)