Skip to content

Commit

Permalink
upgrade spark version (intel-analytics#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed Jul 6, 2021
1 parent 258a465 commit f7257bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def setup_package():
license='Apache License, Version 2.0',
url='https://github.com/intel-analytics/Bigdl',
packages=get_bigdl_packages(),
install_requires=['numpy>=1.7', 'pyspark==2.4.3', 'six>=1.10.0'],
install_requires=['numpy>=1.7', 'pyspark==2.4.6', 'six>=1.10.0'],
dependency_links=['https://d3kbcqa49mib13.cloudfront.net/spark-2.0.0-bin-hadoop2.7.tgz'],
include_package_data=True,
package_data={"bigdl.share": ['bigdl/share/lib', 'bigdl/share/conf', 'bigdl/share/bin']},
Expand Down

0 comments on commit f7257bb

Please sign in to comment.