atropos/environments/hack0/env_quant/requirements.txt

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