Skip to content

Commit

Permalink
Added umap-learn to dependencies until it can be put as a conditional…
Browse files Browse the repository at this point in the history
… import.
  • Loading branch information
ejohnson643 committed Dec 28, 2021
1 parent 103a21f commit 20d3a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ def build_extensions(self):
"scikit-learn>=0.20",
"scipy",
"cython",
"numba"
"numba",
"umap-learn"
],
extras_require={
"pynndescent": "pynndescent~=0.5.0",
Expand Down

0 comments on commit 20d3a6e

Please sign in to comment.