Complete quantum-hybrid environment submission

This commit is contained in:
jeannemtl 2025-05-19 00:11:41 +00:00
parent c189fc3351
commit 39415d299e
4 changed files with 631 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# 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