Skip to content

Commit 9017b32

Browse files
committed
modify the required version of refchecker
1 parent 216d567 commit 9017b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragchecker"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "RAGChecker: A Fine-grained Framework For Diagnosing Retrieval-Augmented Generation (RAG) systems."
55
authors = [
66
"Xiangkun Hu <[email protected]>",
@@ -15,7 +15,7 @@ license = "Apache-2.0"
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.9"
18-
refchecker = "^0.2.12"
18+
refchecker = "^0.2"
1919
loguru = "^0.7"
2020
dataclasses-json = "^0.6"
2121

0 commit comments

Comments
 (0)