Spaces:
Runtime error
Runtime error
File size: 668 Bytes
884eda5 4a8fc49 8f1601b 884eda5 | 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 | [project]
name = "first-agent-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "mathidot", email = "c1216440698@126.com" }
]
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.0.0",
"google-genai>=2.3.0",
"llama-index-core>=0.14.0",
"llama-index-embeddings-huggingface>=0.6.0",
"llama-index-vector-stores-chroma>=0.5.0",
"litellm>=1.85.0",
"pypdf>=6.0.0",
"tokenizers>=0.22.0,<=0.23.0",
"transformers<5",
"pymupdf>=1.27.2.3",
"pandas>=2.0.0",
"yfinance>=0.2.0",
]
[build-system]
requires = ["uv_build>=0.10.9,<0.11.0"]
build-backend = "uv_build"
|