Spaces:
Sleeping
Sleeping
Updated package versions for compatibility
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
torch
|
| 2 |
-
numpy>=1.
|
| 3 |
pandas>=1.3.0
|
| 4 |
-
gradio>=3.
|
| 5 |
matplotlib>=3.4.0
|
| 6 |
-
dgl
|
| 7 |
-
plotly>=5.
|
| 8 |
scikit-learn>=0.24.0
|
|
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
numpy>=1.21.0
|
| 3 |
pandas>=1.3.0
|
| 4 |
+
gradio>=3.50.2
|
| 5 |
matplotlib>=3.4.0
|
| 6 |
+
dgl==1.1.2
|
| 7 |
+
plotly>=5.3.0
|
| 8 |
scikit-learn>=0.24.0
|
| 9 |
+
networkx>=2.6.0
|