Skip to content

Commit

Permalink
Merge pull request #240 from paxtonfitzpatrick/master
Browse files Browse the repository at this point in the history
support more recent scikit-learn version and add tests for Python 3.8
  • Loading branch information
paxtonfitzpatrick authored Sep 15, 2020
2 parents dea0df1 + 1cbe3e7 commit 3f45375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
python:
- '3.6'
- '3.7'
- '3.8'
services:
- xvfb
install:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
# 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 comments on commit 3f45375

Please sign in to comment.