Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import subprocess
|
|
6 |
|
7 |
def sh(cmd): subprocess.check_call(cmd, shell=True)
|
8 |
|
9 |
-
sh("pip install torch-scatter
|
10 |
|
11 |
|
12 |
import shutil
|
|
|
6 |
|
7 |
def sh(cmd): subprocess.check_call(cmd, shell=True)
|
8 |
|
9 |
+
sh("pip install torch-scatter -f https://data.pyg.org/whl/torch-2.7.0+1.2.6.html")
|
10 |
|
11 |
|
12 |
import shutil
|