bill-jiang commited on
Commit
b212008
·
verified ·
1 Parent(s): 14f7124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system('pip install /home/user/app/pyrender')
3
  os.system('pip install pyglet==1.4.0a1')
4
  os.system('pip install triangle==20220202')
 
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')