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

Commit c42d858

Browse files
committed
Use scikit-learn >= 0.18.1 consistently. The scikit-learn tests will break if we
try to run them using spark-sklearn -- TOOD fix this eventually
1 parent 4e66b74 commit c42d858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file should list any python package dependencies.
2-
scikit-learn==0.18.1
2+
scikit-learn>=0.18.1

python/setup.py

Lines changed: 1 addition & 1 deletion
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"]
22+
INSTALL_REQUIRES = ["scikit-learn >= 0.18.1"]
2323

2424
# Project root
2525
ROOT = os.path.abspath(os.getcwd() + "/")

0 commit comments

Comments
 (0)