Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
pygmtools==0.
|
3 |
-
matplotlib
|
4 |
-
torch==2.0.0
|
5 |
-
torchvision==0.15.1
|
6 |
-
scikit-learn
|
7 |
-
torch_geometric==2.0.0
|
8 |
networkx==2.8.8
|
|
|
1 |
+
gradio
|
2 |
+
pygmtools==0.5.1
|
3 |
+
matplotlib
|
4 |
+
torch==2.0.0
|
5 |
+
torchvision==0.15.1
|
6 |
+
scikit-learn
|
7 |
+
torch_geometric==2.0.0
|
8 |
networkx==2.8.8
|