Skip to content

Commit 7250b99

Browse files
committed
Merge branch 'main' into filipi/manual_summarization
2 parents 6004a03 + 4eb993c commit 7250b99

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog/3868.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated numba version pin from == to >=0.61.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"soxr~=0.5.0",
3737
"openai>=1.74.0,<3",
3838
# Pinning numba to resolve package dependencies
39-
"numba==0.61.2",
39+
"numba>=0.61.2",
4040
"wait_for2>=0.4.1; python_version<'3.12'",
4141
# Required by LocalSmartTurnAnalyzerV3
4242
# Inlined here instead of using a self-referential extra for Poetry compatibility.

0 commit comments

Comments
 (0)