Skip to content

Commit

Permalink
Merge pull request #388 from jonwright/master
Browse files Browse the repository at this point in the history
pin pyopengl for py27 CI
  • Loading branch information
jonwright authored Jan 24, 2025
2 parents 6627438 + 38d1ea4 commit 901b781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def build_extension(self, ext):
"xfab>=0.0.4", #
# comes from xfab : "PyCifRW",
"matplotlib", # tkGui
'pyopengl==3.1.7 ; python_version < "3"',
'pyopengl ; python_version >= "3"',
"pyopengltk", # plot3d in tkGui
"scipy", #
'hdf5plugin==1.4.1 ; python_version < "3"', # and sys_platform == "win32" ',
Expand Down

0 comments on commit 901b781

Please sign in to comment.