| [project] | |
| name = "goaya" | |
| version = "0.1.0" | |
| description = "Compare Tiny Aya Global vs Earth on Hugging Face ZeroGPU" | |
| readme = "README.md" | |
| requires-python = ">=3.12,<3.13" | |
| dependencies = [ | |
| "accelerate>=1.4.0", | |
| "spaces", | |
| "transformers>=4.50.0", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "gradio[mcp]>=6.18.0", | |
| "torch", | |
| ] | |
| [tool.uv.sources] | |
| torch = { index = "pytorch-cpu" } | |
| [[tool.uv.index]] | |
| name = "pytorch-cpu" | |
| url = "https://download.pytorch.org/whl/cpu" | |
| explicit = true | |
| [build-system] | |
| requires = ["uv_build>=0.11.8,<0.12.0"] | |
| build-backend = "uv_build" | |