change to uv manage

This commit is contained in:
jiao77
2025-05-21 23:19:47 +08:00
parent 949532b219
commit fd8e8647d9
4 changed files with 547 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "ai4layoutmatch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"opencv-python>=4.11.0.86",
"pandas>=2.2.3",
"torch>=2.7.0",
"torchvision>=0.22.0",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true