basic-name-recognition / pyproject.toml
Gokul Soumya
Added torch
b333ba5
raw
history blame contribute delete
453 Bytes
[project]
name = "basic-name-recognition"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.46.0",
"torch>=2.8.0",
"transformers>=4.56.1",
]
[tool.pyrefly]
disable-type-errors-in-ide = false
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true
[tool.uv.sources]
torch = [
{ index = "pytorch-cpu" },
]