alexnasa commited on
Commit
4015bb5
·
verified ·
1 Parent(s): 621c6e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 @ https://data.pyg.org/whl/torch-2.7.0%2Bcu126/torch_scatter-2.1.2%2Bpt27cu126-cp310-cp310-linux_x86_64.whl")
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