We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6004a03 + 4eb993c commit 7250b99Copy full SHA for 7250b99
2 files changed
changelog/3868.changed.md
@@ -0,0 +1 @@
1
+- Updated numba version pin from == to >=0.61.2
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
"soxr~=0.5.0",
37
"openai>=1.74.0,<3",
38
# Pinning numba to resolve package dependencies
39
- "numba==0.61.2",
+ "numba>=0.61.2",
40
"wait_for2>=0.4.1; python_version<'3.12'",
41
# Required by LocalSmartTurnAnalyzerV3
42
# Inlined here instead of using a self-referential extra for Poetry compatibility.
0 commit comments