# Benchmark dependencies
# Install with: pip install -r requirements.txt

# Core
spacy>=3.4.0
spacy-transformers>=1.2.0
torch>=1.12.0

# spacy-accelerate (install from parent directory)
# pip install -e ..

# Datasets
datasets>=2.0.0  # For CoNLL-2003

# Visualization
matplotlib>=3.5.0
seaborn>=0.12.0
pandas>=1.4.0

# Progress bars
tqdm>=4.64.0

# System monitoring
pynvml>=11.0.0  # GPU monitoring
psutil>=5.9.0   # RAM monitoring

# JSON output
orjson>=3.8.0
