summaryrefslogtreecommitdiff
path: root/putnam-bench-anon/requirements-minimal.txt
blob: 84b34a9557143600c029646f8624900b099b06aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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