Skip to content

Commit

Permalink
allow sklearn>22
Browse files Browse the repository at this point in the history
  • Loading branch information
paxtonfitzpatrick committed Sep 14, 2020
1 parent dea0df1 commit 11aa6e8
Showing 1 changed file with 2 additions and 2 deletions.
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 11aa6e8

Please sign in to comment.