Skip to content

Commit 5265ab6

Browse files
litellm as optional dependency
1 parent a217f9a commit 5265ab6

File tree

2 files changed

+120
-7
lines changed

2 files changed

+120
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,18 @@ hf = [
6161
"trl>=0.19.0",
6262
]
6363

64+
litellm = [
65+
"litellm>=1.76"
66+
]
67+
6468
watsonx = [
6569
"ibm-watsonx-ai>=1.3.31",
6670
]
6771
docling = [
6872
"docling>=2.45.0",
6973
]
7074

71-
all = ["mellea[watsonx,docling,hf]"]
75+
all = ["mellea[watsonx,docling,hf,litellm]"]
7276

7377
[dependency-groups]
7478
# Use these like:
@@ -138,7 +142,7 @@ ignore = [
138142
# "UP006", # List vs list, etc
139143
# "UP007", # Option and Union
140144
# "UP035", # `typing.Set` is deprecated, use `set` instead"
141-
"PD901", # Avoid using the generic variable name `df` for DataFrames
145+
"PD901", # Avoid using the generic variable name `df` for DataFrames
142146
]
143147

144148
[tool.ruff.lint.pydocstyle]

0 commit comments

Comments
 (0)