click==8.2.1
datasketch==1.6.5
ftfy==6.2.3
spacy==3.8.14
torch==2.12.0
transformers[accelerate]==5.10.1
typer==0.25.1

[api]
fastapi==0.115.0
python-dotenv==1.0.1
uvicorn==0.37.0
pydantic<3,>=2

[docs]
sphinx==8.0.2
sphinx-autobuild==2024.9.19

[gpu-apple]
spacy[apple]==3.8.14

[gpu-cuda11]
spacy[cuda11x]==3.8.14

[gpu-cuda12]
spacy[cuda12x]==3.8.14

[test]
httpx==0.27.2
mypy==1.11.2
pytest==8.3.3
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-sugar==1.0.0
