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
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ nose==1.3.7
cardboardlint==1.3.0
pylint==2.5.3
gdown
umap
umap-learn
cython