22 lines
536 B
TOML
22 lines
536 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-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"]
|