mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
fix: use dataset version 4.0.0 or above
This commit is contained in:
parent
ef02b9ea10
commit
09141361fb
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