Skip to content

Commit

Permalink
modify the required version of refchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
HuXiangkun committed Sep 25, 2024
1 parent 216d567 commit 9017b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ragchecker"
version = "0.1.8"
version = "0.1.9"
description = "RAGChecker: A Fine-grained Framework For Diagnosing Retrieval-Augmented Generation (RAG) systems."
authors = [
"Xiangkun Hu <xiangkhu@amazon.com>",
Expand All @@ -15,7 +15,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.9"
refchecker = "^0.2.12"
refchecker = "^0.2"
loguru = "^0.7"
dataclasses-json = "^0.6"

Expand Down

0 comments on commit 9017b32

Please sign in to comment.