pydantic>=2.0.0
psutil>=5.9.0
httpx>=0.24.0
click>=8.0.0
pandas>=1.5.0
pyarrow>=10.0.0
qrcode[pil]>=7.0
huggingface_hub>=0.20.0

[:sys_platform != "darwin" or platform_machine != "arm64"]
llama-cpp-python>=0.2.0

[:sys_platform == "darwin" and platform_machine == "arm64"]
mlx-lm>=0.10.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
torch>=2.0.0
numpy>=1.24.0
pandas>=1.5.0
keyring>=23.0.0
cryptography>=41.0.0
ruff>=0.4.0
fastapi>=0.100.0
uvicorn[standard]>=0.20.0

[interactive]
prompt_toolkit>=3.0.0

[llama]
llama-cpp-python>=0.2.0

[ml]
torch>=2.0.0
numpy>=1.24.0
pandas>=1.5.0

[mlx]
mlx-lm>=0.10.0

[onnx]
onnxruntime>=1.16.0

[secagg]
cryptography>=41.0.0

[serve]
fastapi>=0.100.0
uvicorn[standard]>=0.20.0

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
torch>=2.0.0
numpy>=1.24.0
pandas>=1.5.0
keyring>=23.0.0
cryptography>=41.0.0
fastapi>=0.100.0
uvicorn[standard]>=0.20.0
flwr-datasets>=0.3.0

[whisper]
pywhispercpp>=1.0.0
