Skip to content

Commit

Permalink
Merge pull request #110 from idiap/uv
Browse files Browse the repository at this point in the history
build: switch to forked coqpit
  • Loading branch information
eginhard authored Dec 3, 2024
2 parents 9ae0b27 + d4ffff4 commit 48ad1da
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 @@ -25,7 +25,7 @@ build-backend = "hatchling.build"

[project]
name = "coqui-tts"
version = "0.24.3"
version = "0.25.0"
description = "Deep learning for Text to Speech."
readme = "README.md"
requires-python = ">=3.9, <3.13"
Expand Down Expand Up @@ -75,8 +75,8 @@ dependencies = [
# Training
"matplotlib>=3.7.0",
# Coqui stack
"coqui-tts-trainer>=0.1.4,<0.2.0",
"coqpit>=0.0.16",
"coqui-tts-trainer>=0.2.0,<0.3.0",
"coqpit-config>=0.1.1,<0.2.0",
"monotonic-alignment-search>=0.1.0",
# Gruut + supported languages
"gruut[de,es,fr]>=2.4.0",
Expand Down

0 comments on commit 48ad1da

Please sign in to comment.