haiku.rag/evaluations/pyproject.toml

23 lines
541 B
TOML

[project]
name = "haiku.rag-evals"
description = "Internal benchmarking and evaluation scripts for haiku.rag"
version = "0.13.3"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }
requires-python = ">=3.12"
dependencies = [
"haiku.rag-slim",
"pydantic-evals>=1.7.0",
"datasets>=4.3.0",
"logfire>=4.14.2",
"typer>=0.19.2,<0.20.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["evaluations"]