gpu-capacity / pyproject.toml
rtrm's picture
rtrm HF Staff
feat: AWS GPU capacity checker with ODCR probing
9f72def unverified
Raw
History Blame Contribute Delete
431 Bytes
[project]
name = "gpu-capacity"
version = "0.1.0"
description = "Near real-time AWS GPU instance capacity checker (ODCR probe)"
requires-python = ">=3.11"
dependencies = [
"boto3>=1.34",
"fastapi>=0.110",
"uvicorn>=0.29",
]
[project.scripts]
gpu-capacity = "gpu_capacity.main:run"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["gpu_capacity"]