Python 3.13 support and dependency update#21
Python 3.13 support and dependency update#21leweex95 wants to merge 8 commits intorsxdalv:masterfrom
Conversation
|
Thanks - let's work through a few things. First - you targeted the master branch which is in sync with chatterbox:master - https://github.com/resemble-ai/chatterbox https://github.com/rsxdalv/chatterbox/blob/faster/pyproject.toml The reason I am bringing this all up is because it's not clear if this is meant for the optimized version, or if you're rather trying to get this merged into the official, main chatterbox. |
Updated the
add-stress-to-epubto a feature branch-based installation to allow Python 3.13 integration. This is clearly not a future proof and stable solution but I have no control over theadd-stress-to-epubpackage.Also updated numpy to not be obsolete and didn't find any regressions so far in chatterbox functinoality.