From 7e52ca135b1afe14c50c1f86170f3b9fb78936f1 Mon Sep 17 00:00:00 2001 From: kccwing <60852830+kccwing@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:57:44 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d0fba928..0128090fb 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ def run(self): "colorama", "dill", "jupyterlab", - "mayavi @ git+https://github.com/enthought/mayavi.git", #Used for TVTK. Bug in pip install, hence git clone + "mayavi", "pandas", "control", "openpyxl>=3.0.10",