Pin Arena environments to stable Verifiers
This commit is contained in:
@@ -3,7 +3,7 @@ name = "bot-detection"
|
||||
version = "0.1.0"
|
||||
description = "bot-detection — find the scripts in an activity log without banning the players who grind like one."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["verifiers==0.3.1.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "canary-trap"
|
||||
version = "0.1.0"
|
||||
description = "canary-trap — write contamination probes that survive a paraphrase, without accusing a clean model."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["verifiers==0.3.1.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "drop-table-inference"
|
||||
version = "0.1.0"
|
||||
description = "drop-table-inference — estimate a drop table from a kill log, graded on the kills you never saw."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["verifiers==0.3.1.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "fault-localisation"
|
||||
version = "0.1.0"
|
||||
description = "fault-localisation — name the service that broke, not the ones complaining about it."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["verifiers==0.3.1.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
@@ -3,7 +3,7 @@ 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.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "grand-exchange-live"
|
||||
version = "0.1.0"
|
||||
description = "grand-exchange-live — quote, watch the tape, re-quote, over a turn budget."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["verifiers==0.3.1.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
@@ -6,7 +6,7 @@ requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"pydantic==2.13.4",
|
||||
"regex==2026.7.19",
|
||||
"verifiers==0.3.1.dev59",
|
||||
"verifiers==0.3.1",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "schema-migration"
|
||||
version = "0.1.0"
|
||||
description = "schema-migration — split a text column into a number and a unit, graded on rows you never saw."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["verifiers==0.3.1.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "tera-spatial"
|
||||
version = "0.1.0"
|
||||
description = "tera-spatial — Arena's bridge to Tera's four renderer-independent spatial environments, executed in TypeScript and graded in Python, and the tasksets that sit on it."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["verifiers==0.3.1.dev59"]
|
||||
dependencies = ["verifiers==0.3.1"]
|
||||
|
||||
# One directory, several tasksets: the environments share a vendored simulator and
|
||||
# a single worker, so splitting them into four wheels would ship the same 283 KB
|
||||
|
||||
Reference in New Issue
Block a user