Skip to content

Commit

Permalink
Using mayavi from pypi in nox. Ready to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Dec 21, 2023
1 parent 5d3aea7 commit 0bb66e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def flake8(session: PowerSession):
]
MKDOCS_GALLERY_EXAMPLES_MAYAVI_REQS = [
"PyQt5", # PyQt is required for the mayavi backend
"git+https://github.com/enthought/mayavi.git", # we want mayavi>=4.7.4 when available due to https://github.com/enthought/mayavi/pull/1272
"mayavi>=4.7.4", # we want mayavi>=4.7.4 when available due to https://github.com/enthought/mayavi/pull/1272
]


Expand Down

0 comments on commit 0bb66e6

Please sign in to comment.