Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 63e52a7

Browse files
authored
Merge pull request #65 from smurching/spark-2.2-patch
Update README, setup.py for release 0.2.2
2 parents 1a4cd4e + f388d6b commit 63e52a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This package is released under the Apache 2.0 license. See the LICENSE file.
2121

2222
This package has the following requirements:
2323
This package has the following requirements:
24-
- Sklearn version >= 0.18.1
24+
- Sklearn version >= 0.18.1, <= 0.19
2525
- Spark >= 2.1.1 Spark may be downloaded from the
2626
[Spark official website](http://spark.apache.org/). In order to use spark-sklearn, you need to use the pyspark interpreter or another Spark-compliant python interpreter. See the [Spark guide](https://spark.apache.org/docs/latest/programming-guide.html#overview) for more details.
2727
- [nose](https://nose.readthedocs.org) (testing dependency only)
@@ -68,7 +68,7 @@ More extensive documentation (generated with Sphinx) is available in the `python
6868
- 2016-08-16 Minor release (0.2.0):
6969
1. the official Spark target is Spark 2.0
7070
2. support for keyed models
71-
- 2017-09-14 Minor release (0.2.2):
71+
- 2017-09-20 Minor release (0.2.2):
7272
1. The official Spark target is Spark >= 2.1
7373

7474

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Programming Language :: Python",
2020
"Topic :: Scientific/Engineering",
2121
]
22-
INSTALL_REQUIRES = ["scikit-learn >=0.18.1, <= 0.19"]
22+
INSTALL_REQUIRES = ["scikit-learn >=0.18.1, <=0.19"]
2323

2424
# Project root
2525
ROOT = os.path.abspath(os.getcwd() + "/")
@@ -38,7 +38,7 @@ def read(*parts):
3838
description="Integration tools for running scikit-learn on Spark",
3939
license="Apache 2.0",
4040
url="https://github.com/databricks/spark-sklearn",
41-
version="0.2.0",
41+
version="0.2.2",
4242
author="Joseph Bradley",
4343
author_email="[email protected]",
4444
maintainer="Tim Hunter",

0 commit comments

Comments
 (0)