Spaces:
Sleeping
Sleeping
| [project] | |
| name = "data-prep" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| authors = [ | |
| { name = "thng292", email = "nguyenquangthong292@gmail.com" } | |
| ] | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "datasets>=4.8.4", | |
| "ipykernel>=7.2.0", | |
| "llama-index>=0.14.20", | |
| "llama-index-embeddings-huggingface>=0.7.0", | |
| "llama-index-llms-openai-like>=0.7.1", | |
| "nest-asyncio>=1.6.0", | |
| "notebook>=7.5.5", | |
| "python-dotenv>=1.2.2", | |
| "pyvis>=0.3.2", | |
| "torch>=2.11.0", | |
| "torch-geometric>=2.7.0", | |
| ] | |
| [project.scripts] | |
| data-prep = "data_prep:main" | |
| [build-system] | |
| requires = ["uv_build>=0.10.4,<0.11.0"] | |
| build-backend = "uv_build" | |