Skip to content

Commit ad1220e

Browse files
committed
Fixing the python requirements (min 3.6) in documentation.
And in travis CI build.
1 parent e545527 commit ad1220e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ branches:
1515
- /^v\d+\..*$/
1616
# command to install dependencies
1717
install:
18-
- source ~/virtualenv/python2.7/bin/activate
18+
- source ~/virtualenv/python3.6/bin/activate
1919
- python --version
2020
- dev/py-setup.sh
2121
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In order to build the binaries use:
3939

4040
mvn clean install
4141

42-
For python _variant-spark_ requires python 2.7 with pip.
42+
For python _variant-spark_ requires python 3.6+ with pip.
4343
The other packages required for development are listed in `dev/dev-requirements.txt` and can be installed with:
4444

4545
pip install -r dev/dev-requirements.txt

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VariantSpark is built on top of Apache Spark core. It implements a supervised, w
66
### 1. Install VariantSpark
77

88
Prerequisites:
9-
- Python 2.7 with pip (current version of VariantSpark is not compatible with Python 3)
10-
- PySpark installed in the system either as a python package or from the distribution package. VariantSpark has been tested with Spark 2.1.x
9+
- Python 3.6+ with pip
10+
- PySpark installed in the system either as a python package or from the distribution package. VariantSpark has been tested with Spark 2.4.x
1111

1212
Installation:
1313

python/docs/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In order to build the binaries use:
1616
mvn clean install
1717

1818

19-
For python **variant-spark** requires python 2.7 with pip.
19+
For python **variant-spark** requires python 3.6+ with pip.
2020

2121
The other packages required for development are listed in dev/dev-requirements.txt and can be installed with:
2222

0 commit comments

Comments
 (0)