mirror of https://github.com/coqui-ai/TTS.git
Update numba version (#2435)
This commit is contained in:
parent
14c80dd1fd
commit
090cadf270
|
@ -7,8 +7,8 @@ torch>=1.7
|
||||||
torchaudio
|
torchaudio
|
||||||
soundfile
|
soundfile
|
||||||
librosa==0.8.0
|
librosa==0.8.0
|
||||||
numba==0.55.1;python_version<"3.10"
|
numba==0.55.1;python_version<"3.9"
|
||||||
numba==0.55.2;python_version=="3.10"
|
numba==0.56.4;python_version>="3.9"
|
||||||
inflect==5.6.0
|
inflect==5.6.0
|
||||||
tqdm
|
tqdm
|
||||||
anyascii
|
anyascii
|
||||||
|
|
Loading…
Reference in New Issue