Spaces:
Paused
Paused
Update app.py
Browse files
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')
|