Set upper-constraint for scikit-learn

We capped scikit-learn for Python 2 compatibility in change
If558f184c959e4b63b56dec3ca1571d1034cfe5c, but upper-constraints were
not set. When scikit-learn is a dependency of a dependency, like with
taskflow, this can result in consuming projects still getting the newer
version under py2 runtimes. This adds the upper-constraint so the cap
will be enforced.

Change-Id: If205849b1248c5295d087b747c9703d0c317810e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-05-13 10:42:23 -05:00
parent 6723ed0268
commit 6d70406071
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 2 additions and 1 deletions

View File

@ -631,5 +631,6 @@ sphinxcontrib-applehelp===1.0.1;python_version=='3.4'
sphinxcontrib-applehelp===1.0.1;python_version=='3.5'
sphinxcontrib-applehelp===1.0.1;python_version=='3.6'
sphinxcontrib-applehelp===1.0.1;python_version=='3.7'
scikit-learn===0.20.3
scikit-learn===0.20.0;python_version<='3.4'
scikit-learn===0.20.3;python_version>='3.5'
rsd-lib===1.0.0