[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