Spaces:
Running
on
T4
Running
on
T4
bill-jiang
commited on
Commit
•
cd1f656
1
Parent(s):
b212008
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
os.system('pip install numpy==1.24.0')
|
|
|
3 |
os.system('pip install /home/user/app/pyrender')
|
4 |
os.system('pip install pyglet==1.4.0a1')
|
5 |
os.system('pip install triangle==20220202')
|
|
|
1 |
import os
|
2 |
os.system('pip install numpy==1.24.0')
|
3 |
+
os.system('pip install git+https://github.com/mattloper/chumpy')
|
4 |
os.system('pip install /home/user/app/pyrender')
|
5 |
os.system('pip install pyglet==1.4.0a1')
|
6 |
os.system('pip install triangle==20220202')
|