Skip to content

Commit 35e8ce3

Browse files
committed
chore: constrain ragas version to <=0.27
1 parent a719f65 commit 35e8ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test = [
9191
"pytest-memray; sys_platform == 'linux' or sys_platform == 'darwin'",
9292
"pytest-reportlog>=0.4.0",
9393
"pytest-xdist>=3.3.1",
94-
"ragas>=0.1.5",
94+
"ragas>=0.1.5, <=0.2.7",
9595
"shap<0.45", # Fixing this to avoid changed on insights
9696
]
9797
doc = [

0 commit comments

Comments
 (0)