Skip to content

Commit

Permalink
Add PyOpenGL to test dependencies, try to resolve Windows CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Nov 21, 2023
1 parent 44f3eca commit 1414d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def flake8(session: PowerSession):
# "memory_profiler",
"pillow", # PIL, required for image rescaling
"PyQt5", # PyQt is required for the mayavi backend
"PyOpenGL", # PyOpenGL is required for mayavi backend on Windows OS
"git+https://github.com/enthought/mayavi.git", # we want mayavi>=4.7.4 when available due to https://github.com/enthought/mayavi/pull/1272
]

Expand Down

0 comments on commit 1414d97

Please sign in to comment.