Skip to content

Commit

Permalink
update to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HuXiangkun committed Sep 4, 2024
1 parent 06806e3 commit b2a41fb
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.3"
version = "0.1.4"
description = "RAGChecker: A Fine-grained Framework For Diagnosing Retrieval-Augmented Generation (RAG) systems."
authors = [
"Xiangkun Hu <[email protected]>",
Expand All @@ -15,7 +15,7 @@ license = "Apache-2.0"

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

Expand Down

0 comments on commit b2a41fb

Please sign in to comment.