Skip to content

Commit

Permalink
Use latest mayavi from Github
Browse files Browse the repository at this point in the history
No longer using "pip install mayavi" as this had build errors depending on python version (known bug)
  • Loading branch information
ben-l-p committed Feb 20, 2024
1 parent ce51ac7 commit e33d2cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ def run(self):
"colorama",
"dill",
"jupyterlab",
"mayavi", #tvtk
"mayavi @ git+https://github.com/enthought/mayavi.git", #Used for TVTK. Bug in pip install, hence git clone
"pandas",
"control",
# For pandas excel reader.
"openpyxl>=3.0.10",
"lxml>=4.4.1",
"PySocks",
Expand Down

0 comments on commit e33d2cc

Please sign in to comment.