Merge pull request #3868 from wollerman/wollerman/numba-version-pin-update

fix: Update numba version pin from == to >=0.61.2
This commit is contained in:
Mark Backman
2026-02-27 16:04:20 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Updated numba version pin from == to >=0.61.2

View File

@@ -36,7 +36,7 @@ dependencies = [
"soxr~=0.5.0",
"openai>=1.74.0,<3",
# Pinning numba to resolve package dependencies
"numba==0.61.2",
"numba>=0.61.2",
"wait_for2>=0.4.1; python_version<'3.12'",
# Required by LocalSmartTurnAnalyzerV3
# Inlined here instead of using a self-referential extra for Poetry compatibility.