Skip to content

Commit 88771c0

Browse files
committed
Re-enable PyOpenGL since we need it for samplers for now
1 parent d1dc797 commit 88771c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
PyOpenGL==3.1.0
12
glfw==1.6.0
23
moderngl==5.2.1
34
pyrr==0.9.2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'Topic :: Software Development :: Libraries :: Application Frameworks',
2626
],
2727
install_requires=[
28+
'PyOpenGL==3.1.0',
2829
'glfw==1.6.0',
2930
'moderngl==5.2.1',
3031
'pyrr==0.9.2',

0 commit comments

Comments
 (0)