Erva Ulusoy commited on
Commit
f32eec3
·
1 Parent(s): 9f1a66d

updated requirements

Browse files
Files changed (2) hide show
  1. ProtHGT_app.py +6 -6
  2. requirements.txt +4 -2
ProtHGT_app.py CHANGED
@@ -1,10 +1,10 @@
1
- import os
2
 
3
- # Run setup script if not already executed
4
- if not os.path.exists(".setup_done"):
5
- os.system("bash setup.sh")
6
- with open(".setup_done", "w") as f:
7
- f.write("done")
8
 
9
  import streamlit as st
10
  import streamlit.components.v1 as components
 
1
+ # import os
2
 
3
+ # # Run setup script if not already executed
4
+ # if not os.path.exists(".setup_done"):
5
+ # os.system("bash setup.sh")
6
+ # with open(".setup_done", "w") as f:
7
+ # f.write("done")
8
 
9
  import streamlit as st
10
  import streamlit.components.v1 as components
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
  pandas
2
  torch==1.12.1
3
- # torch-sparse -f https://data.pyg.org/whl/torch-1.13.0+cpu.html
4
- torch-geometric==2.2.0
 
 
5
  gdown
 
1
  pandas
2
  torch==1.12.1
3
+ torch_scatter -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
4
+ torch_sparse -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
5
+ torch_cluster -f https://data.pyg.org/whl/torch-1.12.1+cpu.html
6
+ torch_geometric==2.2.0
7
  gdown