Spaces:
Runtime error
Runtime error
File size: 626 Bytes
fc6892a d0ef3aa fc6892a bac248e fc6892a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
[project]
name = "prompt-teacher"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "Pascal Wenker", email = "[email protected]" }
]
dependencies = [
"gradio>=4.31.4",
"langchain-anthropic>=0.1.13",
"pydantic-settings>=2.2.1",
"langchain>=0.2.1",
"langchain-openai>=0.1.7",
]
readme = "README.md"
requires-python = ">= 3.11"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/prompt_teacher"]
|