talentum-score / pyproject.toml
hackcheee's picture
Upload folder using huggingface_hub
098a530 verified
Raw
History Blame Contribute Delete
484 Bytes
[project]
name = "talentum-score"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.0.0",
"langchain>=0.3.27",
"langchain-core>=0.3.72",
"langchain-openai>=0.3.28",
"langchain-perplexity>=0.1.2",
"langgraph>=0.6.2",
"pydantic>=2.11.7",
"pydantic-settings>=2.10.1",
"pygraphviz",
]
[build-system]
requires = ["uv_build>=0.8.4,<0.9.0"]
build-backend = "uv_build"