(no commit message)

This commit is contained in:
2025-12-20 17:25:13 -08:00
parent a725a33c8b
commit 604479613b
7 changed files with 53 additions and 2 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "summarizer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["dspy>=3.0.4", "ipykernel>=7.1.0", "langfuse>=3.11.1", "modaic>=0.8.1", "modal>=1.3.0.post1", "openinference-instrumentation>=0.1.42", "openinference-instrumentation-dspy>=0.1.32"]