[project] name = "zerag-zerogpu-rag" version = "0.1.0" description = "A ZeroGPU-ready PDF semantic RAG Gradio app." readme = "README.md" requires-python = ">=3.12,<3.13" dependencies = [ "gradio", "transformers", "torch", "spaces", "scikit-learn", "pypdf", "accelerate", "albumentations", "timm", ] [tool.uv] package = false [build-system] requires = ["hatchling"] build-backend = "hatchling.build"