Merge pull request #56 from idiap/update-gruut

Preparations for Numpy 2 support (gruut, soxr, spacy)
This commit is contained in:
Enno Hermann 2024-08-05 13:31:26 +01:00 committed by GitHub
commit 204588f7c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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