mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
fix: use dataset version 4.0.0 or above
This commit is contained in:
parent
f9296d2d91
commit
a80dfa6425
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ test = [
|
||||||
"psycopg2-binary>=2.9.0",
|
"psycopg2-binary>=2.9.0",
|
||||||
"pypdf",
|
"pypdf",
|
||||||
"mcp",
|
"mcp",
|
||||||
"datasets",
|
"datasets>=4.0.0",
|
||||||
"autoevals",
|
"autoevals",
|
||||||
"transformers",
|
"transformers",
|
||||||
"sqlalchemy",
|
"sqlalchemy",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue