Skip to content

Commit

Permalink
Add scipy dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatl committed Aug 4, 2019
1 parent 4258e08 commit b0559c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'pyglet==1.4.0b1', # For the pyglet viewer
'PyOpenGL==3.1.0', # For OpenGL
# 'PyOpenGL_accelerate==3.1.0', # For OpenGL
'scipy', # Because of trimesh missing dep
'six', # For Python 2/3 interop
'trimesh>=2.37.6', # For meshes
]
Expand Down

0 comments on commit b0559c8

Please sign in to comment.