We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a289a6 + 7c613e8 commit 98387ebCopy full SHA for 98387eb
setup.py
@@ -21,8 +21,8 @@ def get_imageio_dep():
21
'numpy', # Numpy
22
'Pillow', # For Trimesh texture conversions
23
'pyglet>=1.4.10', # For the pyglet viewer
24
- 'PyOpenGL==3.1.0', # For OpenGL
25
-# 'PyOpenGL_accelerate==3.1.0', # For OpenGL
+ 'PyOpenGL~=3.1.0', # For OpenGL
+# 'PyOpenGL_accelerate~=3.1.0', # For OpenGL
26
'scipy', # Because of trimesh missing dep
27
'six', # For Python 2/3 interop
28
'trimesh', # For meshes
0 commit comments