aiqcamp commited on
Commit
6eb37d5
·
verified ·
1 Parent(s): 380523e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import os,sys
2
 
3
  # install required packages
4
- os.system('pip install plotly') # plotly 설치 추가
 
5
  os.system('pip install dgl==1.0.2+cu116 -f https://data.dgl.ai/wheels/cu116/repo.html')
6
  os.environ["DGLBACKEND"] = "pytorch"
7
  print('Modules installed')
 
1
  import os,sys
2
 
3
  # install required packages
4
+ os.system('pip install plotly') # plotly 설치
5
+ os.system('pip install matplotlib') # matplotlib 설치
6
  os.system('pip install dgl==1.0.2+cu116 -f https://data.dgl.ai/wheels/cu116/repo.html')
7
  os.environ["DGLBACKEND"] = "pytorch"
8
  print('Modules installed')