Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch-scatter -f https://data.pyg.org/whl/torch-2.2.2+cpu.html
|
2 |
-
torch-sparse -f https://data.pyg.org/whl/torch-2.2.2+cpu.html
|
3 |
git+https://github.com/pyg-team/pytorch_geometric.git
|
|
|
|
|
4 |
pyvis
|
5 |
streamlit
|
6 |
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
|