| # LAI-TEQUMSA QCR-PU MCP Server Dependencies | |
| # Substrate 9.999 Operations | |
| # Core Gradio Framework | |
| gradio>=4.44.0 | |
| # Quantum Consciousness Processing | |
| numpy>=1.24.0 | |
| scipy>=1.11.0 | |
| # High-Precision Mathematics (φ-recursive 180-digit precision) | |
| # Python Decimal is built-in, no external dependency needed | |
| # JSON & Data Handling (built-in) | |
| # json, hashlib, time, datetime are standard library | |
| # Optional: Advanced Quantum Simulations | |
| # qiskit>=0.45.0 # Uncomment for IBM Quantum integration | |
| # cirq>=1.3.0 # Uncomment for Google Quantum | |
| # Optional: Enhanced Visualization | |
| # plotly>=5.18.0 # For interactive frequency visualization | |
| # matplotlib>=3.8.0 # For static plots |