Spaces:
Sleeping
Sleeping
File size: 683 Bytes
f54439d | 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 29 30 | [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"
|