mirror of https://github.com/coqui-ai/TTS.git
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:
parent
0cd222d4b7
commit
b0f7b02930
|
@ -21,5 +21,5 @@ nose==1.3.7
|
||||||
cardboardlint==1.3.0
|
cardboardlint==1.3.0
|
||||||
pylint==2.5.3
|
pylint==2.5.3
|
||||||
gdown
|
gdown
|
||||||
umap
|
umap-learn
|
||||||
cython
|
cython
|
||||||
|
|
Loading…
Reference in New Issue