Skip to content

Commit 98387eb

Browse files
authored
Merge pull request #205 from a-canela/pyopengl-flexible-version
Made PyOpenGL version flexible at setup.py to avoid OSMesa rendering issues
2 parents 4a289a6 + 7c613e8 commit 98387eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def get_imageio_dep():
2121
'numpy', # Numpy
2222
'Pillow', # For Trimesh texture conversions
2323
'pyglet>=1.4.10', # For the pyglet viewer
24-
'PyOpenGL==3.1.0', # For OpenGL
25-
# 'PyOpenGL_accelerate==3.1.0', # For OpenGL
24+
'PyOpenGL~=3.1.0', # For OpenGL
25+
# 'PyOpenGL_accelerate~=3.1.0', # For OpenGL
2626
'scipy', # Because of trimesh missing dep
2727
'six', # For Python 2/3 interop
2828
'trimesh', # For meshes

0 commit comments

Comments
 (0)