RAG / pyproject.toml
Hanzo03's picture
new arch
04705fd
raw
history blame contribute delete
358 Bytes
[project]
name = "rag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"opencv-python",
"gradio",
"pillow",
"torch",
"transformers",
"chromadb",
"zarr",
"einops>=0.8.2",
"torchvision>=0.25.0",
"pydantic>=2.12.5",
"hf-transfer>=0.1.9",
]