Spaces:
Sleeping
Sleeping
| [build-system] | |
| requires = ["setuptools>=42", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "frontierlabs-env" | |
| version = "1.0.0" | |
| description = "A strictly deterministic, OpenEnv-compliant simulation sandbox that drops an AI agent into a failing PyTorch/GPU supercomputing environment." | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi>=0.111.0", | |
| "uvicorn[standard]>=0.29.0", | |
| "pydantic>=2.7.0", | |
| "openai>=1.0.0", | |
| "pyyaml>=6.0.1", | |
| "openenv-core>=0.2.0" | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |
| [tool.setuptools.packages.find] | |
| exclude = ["outputs*"] | |