Files
RoRD-Layout-Recognation/pyproject.toml

18 lines
377 B
TOML
Raw Normal View History

2025-06-08 00:00:14 +08:00
git[project]
2025-06-07 23:45:32 +08:00
name = "rord-layout-recognation"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.3.0",
"opencv-python>=4.11.0.86",
"pillow>=11.2.1",
"torch>=2.7.1",
"torchvision>=0.22.1",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true