requirements.txt: Install correct umap-learn library

There is a name clash among several umap projects and the wrong umap has
been introduced into requirements.txt.

Ref: https://github.com/koorukuroo/umap/issues/1
This commit is contained in:
Martin Weinelt
2020-11-10 23:26:13 +01:00
parent 0cd222d4b7
commit b0f7b02930
+1 -1
View File
@@ -21,5 +21,5 @@ nose==1.3.7
cardboardlint==1.3.0
pylint==2.5.3
gdown
umap
umap-learn
cython