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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # 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
 
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