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

Commit

Permalink
Merge pull request #65 from smurching/spark-2.2-patch
Browse files Browse the repository at this point in the history
Update README, setup.py for release 0.2.2
  • Loading branch information
smurching committed Sep 20, 2017
2 parents 1a4cd4e + f388d6b commit 63e52a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package is released under the Apache 2.0 license. See the LICENSE file.

This package has the following requirements:
This package has the following requirements:
- Sklearn version >= 0.18.1
- Sklearn version >= 0.18.1, <= 0.19
- Spark >= 2.1.1 Spark may be downloaded from the
[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.
- [nose](https://nose.readthedocs.org) (testing dependency only)
Expand Down Expand Up @@ -68,7 +68,7 @@ More extensive documentation (generated with Sphinx) is available in the `python
- 2016-08-16 Minor release (0.2.0):
1. the official Spark target is Spark 2.0
2. support for keyed models
- 2017-09-14 Minor release (0.2.2):
- 2017-09-20 Minor release (0.2.2):
1. The official Spark target is Spark >= 2.1


4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Programming Language :: Python",
"Topic :: Scientific/Engineering",
]
INSTALL_REQUIRES = ["scikit-learn >=0.18.1, <= 0.19"]
INSTALL_REQUIRES = ["scikit-learn >=0.18.1, <=0.19"]

# Project root
ROOT = os.path.abspath(os.getcwd() + "/")
Expand All @@ -38,7 +38,7 @@ def read(*parts):
description="Integration tools for running scikit-learn on Spark",
license="Apache 2.0",
url="https://github.com/databricks/spark-sklearn",
version="0.2.0",
version="0.2.2",
author="Joseph Bradley",
author_email="joseph@databricks.com",
maintainer="Tim Hunter",
Expand Down

0 comments on commit 63e52a7

Please sign in to comment.