hangul-font-classification / pyproject.toml
Doosik's picture
Upload folder using huggingface_hub
2c7a090 verified
Raw
History Blame Contribute Delete
448 Bytes
[project]
name = "hangul-font-classification"
version = "0.1.0"
description = "Hangul Font Classification"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["numpy>=2.5.0", "torch>=2.6.0", "torchvision>=0.21.0"]
[tool.uv.sources]
torch = { index = "pytorch-cu124" }
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true
[dependency-groups]
dev = [
"huggingface-hub>=1.22.0",
]