Skip to content

Commit

Permalink
update Pip release on spark 2.4.3 (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Dec 3, 2020
1 parent 0771832 commit 9acc5e7
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 @@ -90,7 +90,7 @@ def setup_package():
url='https://github.com/intel-analytics/Bigdl',
packages=get_bigdl_packages(),
install_requires=['numpy>=1.7', 'pyspark==2.4.3', 'six>=1.10.0'],
dependency_links=['https://archive.apache.org/dist/spark/spark-3.0.0/spark-3.0.0-bin-hadoop2.7.tgz'],
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']},
classifiers=[
Expand Down

0 comments on commit 9acc5e7

Please sign in to comment.