# Benchmark-only deps. Install into your dev venv:
#   uv pip install -r benchmarks/requirements.txt
# (or pip install -r benchmarks/requirements.txt)
#
# The library itself stays slim — these are only needed for running
# the comparison benchmarks under benchmarks/.

# Qasper corpus loader.
datasets>=2.18

# Comparator chunkers.
langchain-text-splitters>=0.2
chonkie>=0.5

# Metrics + progress.
scikit-learn>=1.3      # for ndcg_score
tqdm>=4.66

# Mostly redundant with fancychunk[torch] but listed explicitly so
# the benchmark venv works even without the library extras.
numpy>=1.26
