File size: 448 Bytes
2c7a090 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [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",
]
|