fix: pin numba to >=0.61.2

This commit is contained in:
Mark Backman
2025-08-08 10:52:47 -04:00
parent a8e21f7d5d
commit 3a306dae90
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Updated `pyproject.toml` to once again pin `numba` to `>=0.61.2` in order to
resolve package versioning issues.
### Other
- Updated `15-switch-voices.py` and `15a-switch-languages.py` examples to show

View File

@@ -34,6 +34,8 @@ dependencies = [
"resampy~=0.4.3",
"soxr~=0.5.0",
"openai>=1.74.0,<=1.99.1",
# Pinning numba to resolve package dependencies
"numba==0.61.2",
]
[project.urls]