integrate uv and pyproject

This commit is contained in:
Mason 2025-08-04 22:48:11 +08:00
parent 914ce68da8
commit b518d75299

7
pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
[project]
name = "cluster4npu"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9, <3.12"
dependencies = []