We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdc118 commit 960c611Copy full SHA for 960c611
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
"inspect-ai>=0.3.104",
14
# pin litellm so that we know what model costs we're using
15
# see the Development.md doc before changing
16
- "litellm==1.67.4.post1",
+ "litellm>=1.67.4.post1,<=1.75.8",
17
"pydantic>=2.0.0",
18
# For leaderboard
19
"huggingface_hub",
0 commit comments