Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ vision-agents-plugins-speechify = { workspace = true }
# vogent-turn requires numpy<2.0, so we override to use 1.26.x
override-dependencies = ["numpy>=1.26.0,<2.0"]

# curated-tokenizers 0.0.9 (kokoro -> misaki[en] -> spacy-curated-transformers)
# ships no cp313 wheels, so it is built from source. Its build requirement is an
# unpinned `cython>=0.25` and Cython 3.3 crashes cythonizing `_bbpe.pyx`.
build-constraint-dependencies = ["cython<3.3"]

# Store uv cache in project directory for better sandboxing
cache-dir = ".uv-cache"

Expand Down
1 change: 1 addition & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading