uyen1109 commited on
Commit
b097e33
·
verified ·
1 Parent(s): 466a439

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- # Core libraries
2
  torch
 
 
 
 
3
  pandas
4
  numpy
 
5
  networkx
6
  matplotlib
7
- scikit-learn
8
 
9
- # UI and Hugging Face integration
10
- # Ghim huggingface_hub dưới bản 0.24 để tránh lỗi HfFolder
11
- huggingface_hub<0.24.0
12
- # Cập nhật gradio lên bản mới ổn định
13
- gradio>=4.0.0
 
 
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
+ # UI & Hugging Face (Ghim version để tránh lỗi HfFolder như lần trước)
13
+ gradio>=4.0.0
14
+ huggingface_hub<0.24.0