You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the add-stress-to-epub to 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 the add-stress-to-epub package.
Also updated numpy to not be obsolete and didn't find any regressions so far in chatterbox functinoality.
leweex95
changed the title
update russian-text-stresser to feature branch and numpy for py313 su…
Python 3.13 support and dependency update
Dec 7, 2025
First - you targeted the master branch which is in sync with chatterbox:master - https://github.com/resemble-ai/chatterbox
this branch is not special in any way. The branches with the optimizations are faster and fast (old one).
Second, the poetry.lock file affects the project installation so it probably needs to be excluded.
Finally - I'm looking at the faster branches pyproject and I think it should be installable on Python 3.13 (maybe it needs some minor adjustments, if so, please let me know):
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.