vastai-utils/pyproject.toml
Zachery Aaron Shores-Chmielewski 7d11dfa688 feat: Scheduler with basic metrics, docker
Implementation of a mock scheduler for jobs/tasks that will evolve into a job manager for running training jobs over vast.ai instances.
2026-02-05 23:01:05 +07:00

14 lines
240 B
TOML

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