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