Skip to content

Commit b65c71d

Browse files
committed
Upgrade to moderngl 5.5.2 + loosen requirements
1 parent 0794840 commit b65c71d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
'Topic :: Software Development :: Libraries :: Application Frameworks',
2828
],
2929
install_requires=[
30-
'moderngl==5.5.0',
31-
'pyrr==0.10.3',
32-
'Pillow==5.4.1',
30+
'moderngl==5.5.2',
31+
'pyrr>=0.10',
32+
'Pillow>=5',
3333
'pyrocket==0.2.8',
3434
'PyWavefront==1.0.4',
35-
'PyQt5==5.12.2',
36-
'trimesh==2.38.26',
35+
'PyQt5>=5.12',
36+
'trimesh>=2.38',
3737
],
3838
extras_require={
3939
"glfw": ['glfw==1.7.0'],

0 commit comments

Comments
 (0)