Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
upgrade litellm version in pyproject.toml
  • Loading branch information
GTimothee committed Apr 1, 2025
commit 9c604445ae9b9324048a3774a614ed9ece324052
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ llm = [
"bokeh>=3.3.4, <3.5", # Bokeh >= 3.6 cause issue with rendering plots when saving to html file
"umap-learn>=0.5.5",
"scikit-learn>=1.3.2",
"litellm<1.51",
"litellm<1.65.0",
]

talk = [
Expand Down