Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
pyvis
|
| 2 |
streamlit
|
| 3 |
-
torch-scatter -f https://data.pyg.org/whl/torch-2.2.1+
|
| 4 |
-
torch-sparse -f https://data.pyg.org/whl/torch-2.2.1+
|
| 5 |
git+https://github.com/pyg-team/pytorch_geometric.git
|
| 6 |
pyarango
|
| 7 |
python-arango>=5.0
|
|
|
|
| 1 |
pyvis
|
| 2 |
streamlit
|
| 3 |
+
torch-scatter -f https://data.pyg.org/whl/torch-2.2.1+cpu.html
|
| 4 |
+
torch-sparse -f https://data.pyg.org/whl/torch-2.2.1+cpu.html
|
| 5 |
git+https://github.com/pyg-team/pytorch_geometric.git
|
| 6 |
pyarango
|
| 7 |
python-arango>=5.0
|