Skip to content

Commit b9b45cc

Browse files
committed
Update pyproject.toml to add evaluate.
1 parent 70c25f2 commit b9b45cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ pii = [
190190
"spacy==3.6.1",
191191
]
192192
llm = [
193-
"langchain>=0.0.295"
193+
"langchain>=0.0.295",
194+
"evaluate>=0.4.0",
194195
]
195196

196197
[project.urls]

0 commit comments

Comments
 (0)