Skip to content

Commit

Permalink
added evaluate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmittaldev committed Oct 16, 2024
1 parent ff9d543 commit 6555f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pip-audit
pyspark
ruff==0.3.7
pre-commit==3.5.0
evaluate==0.4.1

# service dependencies
litestar>=2.7.1
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"deprecation>=2.1.0",
"uuid6>=2024.7.10",
"cryptography>=43.0.1",
"evaluate>=0.4.1",
],
extras_require={
"dev": [
Expand All @@ -96,6 +97,7 @@
"ruff==0.3.7",
"pre-commit==3.5.0",
"pytest-asyncio==0.23.7",
"evaluate>=0.4.1",
],
"llm": [
"openai>=1.16.2",
Expand Down

0 comments on commit 6555f17

Please sign in to comment.