We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f3c3d commit 2e2e43bCopy full SHA for 2e2e43b
requirements.txt
@@ -44,3 +44,6 @@ protobuf==4.25.0 # Protocol Buffers for data serialization
44
# Additional libraries for enhanced performance and functionality
45
fastapi==0.103.0 # FastAPI framework for building APIs with Python 3.6+ based on standard Python type hints
46
uvicorn==0.23.0 # ASGI server for running FastAPI applications
47
+
48
+# Quantum computing libraries (optional)
49
+qiskit==0.43.0 # Quantum computing framework for creating and running quantum circuits
0 commit comments