pydantic>=2.0.0
pydantic-settings>=2.0.0
numpy>=1.24.0
pandas>=2.0.0
pyarrow>=12.0.0
httpx>=0.24.0
tenacity>=8.2.0
structlog>=23.1.0
python-dotenv>=1.0.0
tiktoken>=0.5.0
scikit-learn>=1.3.0
scipy>=1.11.0

[all]
chunckerflow[api,cohere,dev,google,huggingface,openai,viz]

[api]
fastapi>=0.104.0
uvicorn[standard]>=0.24.0

[cohere]
cohere>=4.0.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
black>=23.0.0
ruff>=0.1.0
isort>=5.12.0
mypy>=1.6.0
pre-commit>=3.5.0
ipython>=8.12.0

[google]
google-cloud-aiplatform>=1.38.0

[huggingface]
sentence-transformers>=2.2.0
transformers>=4.30.0
torch>=2.0.0

[openai]
openai>=1.0.0

[viz]
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.14.0
streamlit>=1.28.0
