From 11aa6e84607e936179727dc4ecbcbac16c68cc98 Mon Sep 17 00:00:00 2001 From: paxtonfitzpatrick Date: Mon, 14 Sep 2020 19:12:12 -0400 Subject: [PATCH 1/2] allow sklearn>22 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ee88d43e..a07a7b5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PPCA>=0.0.2 -scikit-learn>=0.19.1,<0.22 +scikit-learn>=0.19.1,!=0.22 pandas>=0.18.0 seaborn>=0.8.1 matplotlib>=1.5.1 @@ -9,4 +9,4 @@ future requests deepdish six -# also requires umap-learn. However, due to a recent bug fix that has not been released on PyPI yet, umap-learn is installed from GitHub in setup.py \ No newline at end of file +# also requires umap-learn. However, due to a recent bug fix that has not been released on PyPI yet, umap-learn is installed from GitHub in setup.py From 1cbe3e7794e2d0c8612d5ea1b80e3a7270873150 Mon Sep 17 00:00:00 2001 From: paxtonfitzpatrick Date: Mon, 14 Sep 2020 19:18:08 -0400 Subject: [PATCH 2/2] add test support for python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 33533441..20705edc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false python: - '3.6' - '3.7' +- '3.8' services: - xvfb install: