mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
32 lines
596 B
Text
32 lines
596 B
Text
# Core dependencies
|
|
torch>=2.0.0
|
|
numpy>=1.21.0
|
|
transformers>=4.21.0
|
|
datasets>=2.0.0
|
|
pydantic>=1.10.0
|
|
|
|
# Quantum computing
|
|
pennylane>=0.30.0
|
|
|
|
# Experiment tracking
|
|
wandb>=0.15.0
|
|
|
|
# API and async dependencies
|
|
aiofiles>=24.1.0
|
|
httpx>=0.28.0
|
|
httpcore>=1.0.0
|
|
uvloop>=0.21.0
|
|
websockets>=15.0.0
|
|
tenacity>=9.1.0
|
|
|
|
# Atropos framework dependencies
|
|
# Note: Install atroposlib separately following their installation guide
|
|
|
|
# Optional: For better performance
|
|
# accelerate>=0.20.0
|
|
# torch-audio # If using audio features
|
|
|
|
# Development dependencies (optional)
|
|
# pytest>=7.0.0
|
|
# black>=22.0.0
|
|
# flake8>=5.0.0
|