| [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", | |
| ] | |