fix: pin numba to >=0.61.2
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated `pyproject.toml` to once again pin `numba` to `>=0.61.2` in order to
|
||||||
|
resolve package versioning issues.
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- Updated `15-switch-voices.py` and `15a-switch-languages.py` examples to show
|
- Updated `15-switch-voices.py` and `15a-switch-languages.py` examples to show
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ dependencies = [
|
|||||||
"resampy~=0.4.3",
|
"resampy~=0.4.3",
|
||||||
"soxr~=0.5.0",
|
"soxr~=0.5.0",
|
||||||
"openai>=1.74.0,<=1.99.1",
|
"openai>=1.74.0,<=1.99.1",
|
||||||
|
# Pinning numba to resolve package dependencies
|
||||||
|
"numba==0.61.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user