release 0.2.0 - define all transitive dependencies and pin within semvar major.minor range #212
+64
−15
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.
Pin All Dependencies Within Semver Minor Range
This PR comprehensively defines the project's dependency management to pin all dependencies within semver major.minor ranges, improving flexibility when
chatterbox-ttsis used as a dependency from an app-layer such as my own https://github.com/anthonywu/gensayuv tool install -p 3.9 chatterbox-ttswhich is an isolated install check/solveThis change ensures this library can be depended on by another application without unreasonably constraining to a set of lib versions
==ed during a very specific point in time, which would cause increasing number ofpip installresolution errors as time passes.