mirror of https://github.com/coqui-ai/TTS.git
Merge pull request #56 from idiap/update-gruut
Preparations for Numpy 2 support (gruut, soxr, spacy)
This commit is contained in:
commit
204588f7c5
|
@ -44,7 +44,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# Core
|
# Core
|
||||||
"numpy>=1.24.3",
|
"numpy>=1.24.3,<2.0.0", # TODO: remove upper bound after spacy/thinc release
|
||||||
"cython>=0.29.30",
|
"cython>=0.29.30",
|
||||||
"scipy>=1.11.2",
|
"scipy>=1.11.2",
|
||||||
"torch>=2.1",
|
"torch>=2.1",
|
||||||
|
@ -65,10 +65,10 @@ dependencies = [
|
||||||
"coqui-tts-trainer>=0.1.4",
|
"coqui-tts-trainer>=0.1.4",
|
||||||
"coqpit>=0.0.16",
|
"coqpit>=0.0.16",
|
||||||
# Gruut + supported languages
|
# Gruut + supported languages
|
||||||
"gruut[de,es,fr]==2.2.3",
|
"gruut[de,es,fr]>=2.4.0",
|
||||||
# Tortoise
|
# Tortoise
|
||||||
"einops>=0.6.0",
|
"einops>=0.6.0",
|
||||||
"transformers>=4.42.0",
|
"transformers>=4.42.0,<4.43.0",
|
||||||
# Bark
|
# Bark
|
||||||
"encodec>=0.1.1",
|
"encodec>=0.1.1",
|
||||||
# XTTS
|
# XTTS
|
||||||
|
|
Loading…
Reference in New Issue