Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -10,7 +10,6 @@ torch-sparse
|
|
| 10 |
torch-cluster
|
| 11 |
torch-spline-conv
|
| 12 |
|
| 13 |
-
# --- Your existing deps (keep as you had) ---
|
| 14 |
numpy>=1.24
|
| 15 |
pandas>=2.0
|
| 16 |
scikit-learn>=1.3
|
|
@@ -34,4 +33,4 @@ plotly>=5.18
|
|
| 34 |
gradio>=4.0
|
| 35 |
joblib>=1.3
|
| 36 |
selfies>=2.1
|
| 37 |
-
networkx>=3.2
|
|
|
|
| 10 |
torch-cluster
|
| 11 |
torch-spline-conv
|
| 12 |
|
|
|
|
| 13 |
numpy>=1.24
|
| 14 |
pandas>=2.0
|
| 15 |
scikit-learn>=1.3
|
|
|
|
| 33 |
gradio>=4.0
|
| 34 |
joblib>=1.3
|
| 35 |
selfies>=2.1
|
| 36 |
+
networkx>=3.2
|