v2.0.2
nazdridoy/kokoro-ttsv2.0.2Mar 30, 2025by nazdridoy
AI Summary
This maintenance release focuses on cleaning up project dependencies by replacing the 'fitz' library with 'pymupdf' and tidying up requirements and lock files.
Key Highlights
- Replaced 'fitz' with 'pymupdf' in pyproject.toml
- Cleaned up conditional dependency blocks in requirements.txt
- Removed unused package entries from uv.lock
- Bumped version to 2.0.2
Full Release Notes
## What's Changed * fix: tidy dependency markers in requirements.txt by @nazdridoy in https://github.com/nazdridoy/kokoro-tts/pull/41 * update: Bump version & clean dependency locks by @nazdridoy in https://github.com/nazdridoy/kokoro-tts/pull/42 [fix: tidy dependency markers in requirements.txt](https://github.com/nazdridoy/kokoro-tts/commit/e07c1138c72ffd9da400cc7f82126c786e599325) - [remove] Remove redundant dependency hash entries in requirements.txt - [refactor] Simplify Python version-specific dependency markers in requirements.txt - [fix] Clean up conditional dependency blocks in requirements.txt [update: Bump version & clean dependency locks](https://github.com/nazdridoy/kokoro-tts/commit/0f58f39869e8fc4e36ab33f8ab3fc39fe3cc1ae2) - [update] In pyproject.toml: Bump version 0.1.0 → 2.0.2 & update description - [update] In pyproject.toml: Replace "fitz" with "pymupdf" dependency - [update] In uv.lock: Remove unused package entries & cleanup metadata **Full Changelog**: https://github.com/nazdridoy/kokoro-tts/compare/v2.0.1...v2.0.2