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 15d7903 commit 636599eCopy full SHA for 636599e
requirements.txt
@@ -47,3 +47,8 @@ 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
50
+
51
+# Additional libraries for enhanced functionality
52
+tensorflow==2.14.0 # TensorFlow for machine learning and deep learning
53
+torch==2.0.1 # PyTorch for deep learning applications
54
+transformers==4.30.0 # Hugging Face Transformers for natural language processing
0 commit comments