Skip to content

Commit

Permalink
Add mayavi dependency for CI tests with nox
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Nov 21, 2023
1 parent 78f45e9 commit c020b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ def flake8(session: PowerSession):
"statsmodels",
"plotly",
# "memory_profiler",
"pillow" # PIL, required for image rescaling
"pillow", # PIL, required for image rescaling
"mayavi",
]


Expand Down

0 comments on commit c020b0d

Please sign in to comment.