Files
2026-07-13 13:30:30 +08:00

23 lines
521 B
TOML

[project]
name = "gemini-hallcheck"
version = "0.4.0"
description = "Confidence-targeted, abstention-aware hallucination evaluator for Gemini via google-genai"
readme = "README.md"
requires-python = ">=3.9"
authors = [{name="Your Name or Org"}]
dependencies = [
"google-genai>=1.30.0",
"pandas>=2.0.0",
"matplotlib>=3.8.0",
"numpy>=1.24.0",
"tqdm>=4.66.0",
"datasets>=2.18.0",
]
[project.scripts]
gemhall = "gemhall.cli:main"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"