Unoptimized Clinical Impact Judge
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "clinical-impact-judge"
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user