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:
1
changelog/3868.changed.md
Normal file
1
changelog/3868.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Updated numba version pin from == to >=0.61.2
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user