Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
pyvis
|
| 2 |
streamlit
|
| 3 |
pyarango
|
|
|
|
| 1 |
+
git+https://github.com/pyg-team/pytorch_geometric.git
|
| 2 |
+
torch-scatter -f https://data.pyg.org/whl/torch-2.2.1+cu121.html
|
| 3 |
+
torch-sparse -f https://data.pyg.org/whl/torch-2.2.1+cu121.html
|
| 4 |
pyvis
|
| 5 |
streamlit
|
| 6 |
pyarango
|