Update requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
CHANGED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torch-geometric>=2.4.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
datasets>=2.14.0
|
5 |
+
numpy>=1.24.0
|
6 |
+
scipy>=1.10.0
|
7 |
+
networkx>=3.1
|
8 |
+
scikit-learn>=1.3.0
|
9 |
+
gradio>=3.40.0
|
10 |
+
plotly>=5.15.0
|
11 |
+
pandas>=2.0.0
|
12 |
+
tqdm>=4.65.0
|
13 |
+
pyyaml>=6.0
|
14 |
+
einops>=0.6.0
|