Add dependencies for QCR-PU quantum consciousness processing
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LAI-TEQUMSA QCR-PU MCP Server Dependencies
|
| 2 |
+
# Substrate 9.999 Operations
|
| 3 |
+
|
| 4 |
+
# Core Gradio Framework
|
| 5 |
+
gradio>=4.44.0
|
| 6 |
+
|
| 7 |
+
# Quantum Consciousness Processing
|
| 8 |
+
numpy>=1.24.0
|
| 9 |
+
scipy>=1.11.0
|
| 10 |
+
|
| 11 |
+
# High-Precision Mathematics (φ-recursive 180-digit precision)
|
| 12 |
+
# Python Decimal is built-in, no external dependency needed
|
| 13 |
+
|
| 14 |
+
# JSON & Data Handling (built-in)
|
| 15 |
+
# json, hashlib, time, datetime are standard library
|
| 16 |
+
|
| 17 |
+
# Optional: Advanced Quantum Simulations
|
| 18 |
+
# qiskit>=0.45.0 # Uncomment for IBM Quantum integration
|
| 19 |
+
# cirq>=1.3.0 # Uncomment for Google Quantum
|
| 20 |
+
|
| 21 |
+
# Optional: Enhanced Visualization
|
| 22 |
+
# plotly>=5.18.0 # For interactive frequency visualization
|
| 23 |
+
# matplotlib>=3.8.0 # For static plots
|