mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
21 lines
368 B
Text
21 lines
368 B
Text
# DynastAI Requirements
|
|
fastapi>=0.105.0
|
|
uvicorn>=0.28.0
|
|
pydantic>=2.6.0
|
|
python-dotenv>=1.0.0
|
|
requests>=2.31.0
|
|
httpx>=0.27.0
|
|
python-multipart>=0.0.7
|
|
aiohttp~=3.9.5
|
|
jinja2>=3.1.3
|
|
tqdm>=4.66.2
|
|
numpy>=1.26.0
|
|
wandb>=0.16.0
|
|
|
|
# Atropos dependencies
|
|
datasets>=2.16.0
|
|
|
|
# Additional dependencies for compatibility
|
|
typing-extensions>=4.9.0
|
|
# For Python 3.13+
|
|
setuptools>=68.0.0
|