From 05704d0eb2fa59fe727652465b07db40bcb06c38 Mon Sep 17 00:00:00 2001 From: Yuren Hao Date: Wed, 8 Apr 2026 22:06:05 -0500 Subject: Initial release: GAP framework - Full pipeline: variant generation, multi-judge verification, evaluation - Loaders for OpenAI / Anthropic / Google / xAI / OpenRouter / vLLM - Framework-level mechanism analyses: paired structural overlap, repairability rescue, self-correction probe, cross-model agreement, topic x problem-type interaction - Unicode -> bare-LaTeX cleaner + audit + spot-check - Mirrors https://huggingface.co/datasets/blackhao0426/PutnamGAP --- putnam-bench-anon/requirements-minimal.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 putnam-bench-anon/requirements-minimal.txt (limited to 'putnam-bench-anon/requirements-minimal.txt') diff --git a/putnam-bench-anon/requirements-minimal.txt b/putnam-bench-anon/requirements-minimal.txt new file mode 100644 index 0000000..84b34a9 --- /dev/null +++ b/putnam-bench-anon/requirements-minimal.txt @@ -0,0 +1,16 @@ +# Minimal requirements for basic functionality +# Core AI provider clients +openai>=1.0.0 +anthropic>=0.25.0 +google-generativeai>=0.3.0 + +# System utilities +psutil>=5.9.0 +six>=1.16.0 + +# Basic async support +aiohttp>=3.8.0 +requests>=2.25.0 + +# Progress bars +tqdm>=4.60.0 \ No newline at end of file -- cgit v1.2.3