We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7121200 commit 9b0e306Copy full SHA for 9b0e306
requirements-dev.txt
@@ -4,7 +4,7 @@ ipython~=9.1
4
ipywidgets>=8.0.0
5
packaging>=20.0
6
pyink~=24.0
7
-pyspark-client~=4.0.0
+pyspark[connect]~=4.0.0
8
setuptools>=72.0
9
sparksql-magic>=0.0.3
10
tqdm>=4.67
setup.py
@@ -31,7 +31,7 @@
31
"google-api-core>=2.19",
32
"google-cloud-dataproc>=5.18",
33
"packaging>=20.0",
34
- "pyspark-client~=4.0.0",
+ "pyspark[connect]~=4.0.0",
35
"tqdm>=4.67",
36
"websockets>=14.0",
37
],
0 commit comments