Files
clinical-impact-judge-gepa/pyproject.toml

13 lines
413 B
TOML

[project]
name = "clinical-impact-judge-gepa"
version = "0.1.0"
description = "LLM transcript alignment and evaluation toolkit"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["openai>=1.35.0", "num2words>=0.5.13", "python-dotenv>=1.2.1", "dspy>=3.0.4", "modaic>=0.4.1", "scikit-learn>=1.7.2", "vertexai>=1.71.1"]
[project.optional-dependencies]
plot = ["matplotlib>=3.8"]
dev = ["pytest>=8.0"]