From f6c6ad24196dff11dbc3991a6b468b7595332398 Mon Sep 17 00:00:00 2001 From: Clatlan Date: Mon, 22 Jul 2024 13:31:06 +0200 Subject: [PATCH] temporarily add ipython_genutils to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 46e1d7b..4fcc9ca 100755 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ "vtk>=9.0.1", "xrayutilities>=1.7.3", "ipyvolume", + "ipython_genutils", "bokeh", "panel", "tornado",