Skip to content

Commit

Permalink
Merge pull request #56 from idiap/update-gruut
Browse files Browse the repository at this point in the history
Preparations for Numpy 2 support (gruut, soxr, spacy)
  • Loading branch information
eginhard authored Aug 5, 2024
2 parents 19fce2c + 7014782 commit 204588f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ classifiers = [
]
dependencies = [
# Core
"numpy>=1.24.3",
"numpy>=1.24.3,<2.0.0", # TODO: remove upper bound after spacy/thinc release
"cython>=0.29.30",
"scipy>=1.11.2",
"torch>=2.1",
Expand All @@ -65,10 +65,10 @@ dependencies = [
"coqui-tts-trainer>=0.1.4",
"coqpit>=0.0.16",
# Gruut + supported languages
"gruut[de,es,fr]==2.2.3",
"gruut[de,es,fr]>=2.4.0",
# Tortoise
"einops>=0.6.0",
"transformers>=4.42.0",
"transformers>=4.42.0,<4.43.0",
# Bark
"encodec>=0.1.1",
# XTTS
Expand Down

0 comments on commit 204588f

Please sign in to comment.