mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
numpy version for py310 (#2316)
* numpy version for py310 requested in #2315 * Update requirements.txt
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user