Spaces:
Running
Running
File size: 636 Bytes
a4e6593 173a3e9 a4e6593 173a3e9 a4e6593 0e5a0a6 a4e6593 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | [project]
name = "sentinelops-arena"
version = "0.1.0"
description = "Multi-agent self-play RL environment for enterprise security training"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openenv-core[core]>=0.2.0",
"mcp>=1.26.0",
"fastmcp>=2.14.5",
"fastapi>=0.115.0",
"uvicorn>=0.24.0",
"gradio>=6.0.0",
"pydantic>=2.0",
"httpx>=0.27",
"pandas>=2.0",
]
[project.optional-dependencies]
train = [
"trl>=0.15",
"transformers>=4.40",
"torch>=2.0",
"datasets>=2.0",
"accelerate>=0.30",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|