update numba version pin to >=

This commit is contained in:
Matt
2026-02-27 12:44:31 -05:00
parent db40a354be
commit 6ebfea4746

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.