nitroval10 / pyproject.toml
tarantula11's picture
Upload submission from kinitro-agent-template
fe5151f verified
raw
history blame contribute delete
286 Bytes
[project]
name = "kinitro-agent"
version = "0.0.1"
description = "Kinitro Agent"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"metaworld>=3.0.0",
"torch>=2.8.0"
]
[dependency-groups]
dev = ["debugpy>=1.8.9", "py-spy>=0.4.0", "pytest>=8.3.4", "ruff>=0.8.2"]