diff --git a/setup.py b/setup.py index c3b5ba0..f0af6e6 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_imageio_dep(): 'numpy', # Numpy 'Pillow', # For Trimesh texture conversions 'pyglet>=1.4.10', # For the pyglet viewer - 'PyOpenGL~=3.1.0', # For OpenGL + '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