mirror of https://github.com/coqui-ai/TTS.git
numpy version for py310 (#2316)
* numpy version for py310 requested in #2315 * Update requirements.txt
This commit is contained in:
parent
661725b95e
commit
a365a7e888
|
@ -1,6 +1,6 @@
|
|||
# core deps
|
||||
numpy==1.21.6;python_version<"3.10"
|
||||
numpy==1.22.4;python_version=="3.10"
|
||||
numpy;python_version=="3.10"
|
||||
cython==0.29.28
|
||||
scipy>=1.4.0
|
||||
torch>=1.7
|
||||
|
@ -39,4 +39,4 @@ gruut[de]==2.2.3
|
|||
# deps for korean
|
||||
jamo
|
||||
nltk
|
||||
g2pkk>=0.1.1
|
||||
g2pkk>=0.1.1
|
||||
|
|
Loading…
Reference in New Issue