Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +32 -1
requirements.txt
CHANGED
|
@@ -1 +1,32 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core scientific stack
|
| 2 |
+
numpy>=1.24
|
| 3 |
+
scipy>=1.11
|
| 4 |
+
pandas>=2.0
|
| 5 |
+
|
| 6 |
+
# Graph + Knowledge representation
|
| 7 |
+
networkx>=3.1
|
| 8 |
+
neo4j>=5.14
|
| 9 |
+
rdflib>=7.0
|
| 10 |
+
|
| 11 |
+
# Quantum computing
|
| 12 |
+
qiskit>=0.45
|
| 13 |
+
sympy>=1.12
|
| 14 |
+
|
| 15 |
+
# Machine learning + embeddings
|
| 16 |
+
torch>=2.1
|
| 17 |
+
transformers>=4.40
|
| 18 |
+
sentence-transformers>=2.2
|
| 19 |
+
scikit-learn>=1.3
|
| 20 |
+
|
| 21 |
+
# Visualization + dashboard
|
| 22 |
+
plotly>=5.18
|
| 23 |
+
dash>=2.14
|
| 24 |
+
matplotlib>=3.8
|
| 25 |
+
|
| 26 |
+
# Hugging Face integration
|
| 27 |
+
gradio>=4.0
|
| 28 |
+
huggingface_hub>=0.20
|
| 29 |
+
|
| 30 |
+
# Utilities
|
| 31 |
+
tqdm>=4.66
|
| 32 |
+
python-dotenv>=1.0
|