mirror of https://github.com/coqui-ai/TTS.git
Updated Librosa Dependency Specification
This commit is contained in:
parent
4c829e74a1
commit
5bdd6f7c18
|
@ -6,7 +6,7 @@ scipy>=1.4.0
|
||||||
torch>=1.7
|
torch>=1.7
|
||||||
torchaudio
|
torchaudio
|
||||||
soundfile
|
soundfile
|
||||||
librosa>=0.10.0
|
librosa==0.10.0.*
|
||||||
numba==0.55.1;python_version<"3.9"
|
numba==0.55.1;python_version<"3.9"
|
||||||
numba==0.56.4;python_version>="3.9"
|
numba==0.56.4;python_version>="3.9"
|
||||||
inflect==5.6.0
|
inflect==5.6.0
|
||||||
|
|
Loading…
Reference in New Issue