Spaces:
Sleeping
Sleeping
File size: 705 Bytes
b2d71fe |
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 31 32 33 34 35 36 37 38 39 |
[project]
name = "hf-workshop"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.21.0",
"helium>=5.1.1",
"llama-index>=0.12.24",
"numpy>=2.2.3",
"pillow>=11.1.0",
"scipy>=1.15.2",
"selenium>=4.29.0",
"smolagents>=1.10.0",
"timm>=1.0.15",
"torch>=2.6.0",
"torchvision>=0.21.0",
"transformers>=4.49.0",
]
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cpu" },
]
torchvision = [
{ index = "pytorch-cpu" },
]
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true
|