TADBot / pyproject.toml
ryefoxlime's picture
updated readme and required libs
dca99f4
raw
history blame
611 Bytes
[project]
name = "tadbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"huggingface-hub>=0.26.2",
"torch==2.5.1+cu124",
"torchaudio==2.5.1+cu124",
"torchvision==0.20.1+cu124",
]
[tool.uv.sources]
torch = {index = "pytorch"}
torchaudio = {index = "pytorch"}
torchvision = {index = "pytorch"}
cudf-cu12 = {index = "pandas_cuda"}
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu124"
explicit = true
[[tool.uv.index]]
name = "pandas_cuda"
url = "https://pypi.nvidia.com"
explicit = true