Skip to content

Commit 148957f

Browse files
Fix pyspark version in setup.py too
1 parent 907b3a8 commit 148957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run(self):
6666
},
6767
install_requires=[
6868
# TODO update dependency once Spark preview is formally released
69-
'pyspark @ https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin//pyspark-4.0.0.dev1.tar.gz',
69+
'pyspark @ https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc4-bin/pyspark-4.0.0.tar.gz',
7070
# 'pyspark>=4.0.0',
7171
'importlib_metadata>=1.0.0',
7272
],

0 commit comments

Comments
 (0)