Skip to content

Commit

Permalink
Broaden supported scikit-learn versions
Browse files Browse the repository at this point in the history
Include scikit-learn 1.3 along with 1.4, since 1.4 no longer supports
Python 3.8 but we do.
  • Loading branch information
huddlej committed Jan 23, 2024
1 parent ca2d6f7 commit b673311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'pandas',
"biopython",
'seaborn',
'scikit-learn ==1.4.*',
'scikit-learn >=1.3,<1.5',
'umap-learn ==0.5.*',
# Pin Numba at maximum supported version for the pinned umap-learn version.
# For more details see:
Expand Down

0 comments on commit b673311

Please sign in to comment.