Spaces:
Runtime error
Runtime error
chris1nexus
commited on
Commit
·
0fa9b8c
1
Parent(s):
785585c
First commit
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,15 +4,15 @@ streamlit
|
|
4 |
#-f https://data.pyg.org/whl/torch-1.7.1+cpu.html
|
5 |
#torch==1.7.1+cpu
|
6 |
|
7 |
-
|
8 |
-f https://data.pyg.org/whl/torch-1.10.0+cpu.html
|
9 |
#torch==1.10.0+cu113
|
10 |
|
11 |
-
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
12 |
torch
|
13 |
torchvision
|
14 |
torch-scatter
|
15 |
torch-sparse
|
|
|
16 |
|
17 |
einops
|
18 |
streamlit-option-menu
|
|
|
4 |
#-f https://data.pyg.org/whl/torch-1.7.1+cpu.html
|
5 |
#torch==1.7.1+cpu
|
6 |
|
7 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
8 |
-f https://data.pyg.org/whl/torch-1.10.0+cpu.html
|
9 |
#torch==1.10.0+cu113
|
10 |
|
|
|
11 |
torch
|
12 |
torchvision
|
13 |
torch-scatter
|
14 |
torch-sparse
|
15 |
+
torch-geometric
|
16 |
|
17 |
einops
|
18 |
streamlit-option-menu
|