Skip to content

Commit 3f45375

Browse files
Merge pull request #240 from paxtonfitzpatrick/master
support more recent scikit-learn version and add tests for Python 3.8
2 parents dea0df1 + 1cbe3e7 commit 3f45375

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
python:
44
- '3.6'
55
- '3.7'
6+
- '3.8'
67
services:
78
- xvfb
89
install:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PPCA>=0.0.2
2-
scikit-learn>=0.19.1,<0.22
2+
scikit-learn>=0.19.1,!=0.22
33
pandas>=0.18.0
44
seaborn>=0.8.1
55
matplotlib>=1.5.1
@@ -9,4 +9,4 @@ future
99
requests
1010
deepdish
1111
six
12-
# 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
12+
# 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

0 commit comments

Comments
 (0)