Replace pytest group reference with explicit dependencies in evaluation
• Remove pytest group dependency • Add explicit pytest>=8.4.2 • Add pytest-asyncio>=1.2.0 • Add pre-commit directly • Fix potential circular dependency
This commit is contained in:
parent
a11912ffa5
commit
472b498ade
1 changed files with 4 additions and 2 deletions
|
|
@ -132,8 +132,10 @@ offline = [
|
|||
]
|
||||
|
||||
evaluation = [
|
||||
# Test framework (reference pytest group)
|
||||
"lightrag-hku[pytest]",
|
||||
# Test framework dependencies (for evaluation)
|
||||
"pytest>=8.4.2",
|
||||
"pytest-asyncio>=1.2.0",
|
||||
"pre-commit",
|
||||
# RAG evaluation dependencies (RAGAS framework)
|
||||
"ragas>=0.3.7",
|
||||
"datasets>=4.3.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue