Skip to content

Commit

Permalink
build: switch to forked coqpit
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Oct 19, 2024
1 parent f5d35f5 commit 28c204c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"coqpit>=0.0.17",
"coqpit>=0.1.0",
"fsspec>=2023.6.0",
"numpy>=1.24.3; python_version < '3.12'",
"numpy>=1.26.0; python_version >= '3.12'",
Expand All @@ -66,6 +66,9 @@ dev-dependencies = [
"ruff==0.6.9",
]

[tool.uv.sources]
coqpit = { git = "https://github.com/idiap/coqui-ai-coqpit", branch = "types" }

[project.urls]
Homepage = "https://github.com/idiap/coqui-ai-Trainer"
Repository = "https://github.com/idiap/coqui-ai-Trainer"
Expand Down

0 comments on commit 28c204c

Please sign in to comment.