vastai-utils/pyproject.toml

15 lines
240 B
TOML
Raw Permalink Normal View History

[project]
name = "vastai-utils"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"torch>=2.10.0",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
]