Update requirements.txt
Browse files- requirements.txt +15 -26
requirements.txt
CHANGED
|
@@ -1,26 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
random
|
| 17 |
-
requests
|
| 18 |
-
safetensors
|
| 19 |
-
scikit-learn
|
| 20 |
-
scipy
|
| 21 |
-
shutil
|
| 22 |
-
torch
|
| 23 |
-
torch_geometric
|
| 24 |
-
torchsummary
|
| 25 |
-
typing
|
| 26 |
-
zipfile
|
|
|
|
| 1 |
+
# Core
|
| 2 |
+
torch==2.8.0
|
| 3 |
+
numpy>=1.24
|
| 4 |
+
|
| 5 |
+
# PyTorch Geometric stack (CPU wheels)
|
| 6 |
+
torch-scatter==2.1.2+pt28cpu
|
| 7 |
+
torch-sparse==0.6.18+pt28cpu
|
| 8 |
+
torch-geometric==2.6.1
|
| 9 |
+
-f https://data.pyg.org/whl/torch-2.8.0+cpu.html
|
| 10 |
+
|
| 11 |
+
# Interfaces / UI
|
| 12 |
+
gradio==5.47.2
|
| 13 |
+
|
| 14 |
+
# Hugging Face ecosystem
|
| 15 |
+
huggingface_hub>=0.19
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|