Files
arena/environments/grand_exchange/pyproject.toml
T
karti 61939676a5
arena-environments / validate (3.11) (push) Successful in 1m11s
arena-environments / validate (3.12) (push) Successful in 1m12s
Pin Arena environments to stable Verifiers
2026-08-25 10:33:35 -07:00

14 lines
350 B
TOML

[project]
name = "grand-exchange"
version = "0.1.0"
description = "grand-exchange — place orders executed against a market window you never saw."
requires-python = ">=3.11"
dependencies = ["verifiers==0.3.1"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["grand_exchange"]