Skip to content

Commit

Permalink
bump 0.11 specify pyspark version (#3031)
Browse files Browse the repository at this point in the history
* specify pyspark version
  • Loading branch information
Le-Zheng authored Jul 14, 2020
1 parent fb2f7dc commit 3bc40d0
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.2', 'six>=1.10.0'],
install_requires=['numpy>=1.7', 'pyspark==2.4.3', '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 3bc40d0

Please sign in to comment.