Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
|
@@ -1,14 +1,9 @@
|
|
| 1 |
torch
|
| 2 |
-
# Thư viện GNN còn thiếu
|
| 3 |
torch-geometric
|
| 4 |
-
|
| 5 |
-
# Các thư viện khác
|
| 6 |
pandas
|
| 7 |
numpy
|
| 8 |
-
scikit-learn
|
| 9 |
networkx
|
| 10 |
matplotlib
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
gradio>=4.0.0
|
| 14 |
-
huggingface_hub<0.24.0
|
|
|
|
| 1 |
torch
|
|
|
|
| 2 |
torch-geometric
|
|
|
|
|
|
|
| 3 |
pandas
|
| 4 |
numpy
|
|
|
|
| 5 |
networkx
|
| 6 |
matplotlib
|
| 7 |
+
scikit-learn
|
| 8 |
+
huggingface_hub<0.25.0
|
| 9 |
+
gradio>=4.0.0
|
|
|