From b86c76a2f6952ca93bd2ec9a7de9684848132e7e Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Tue, 15 Aug 2023 14:33:40 +0200 Subject: [PATCH] Add bqplot-gl to requirements --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 3501b514..b26a2440 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ install_requires = ipyvuetify>=1.2.0,<2 bqplot-image-gl>=1.4.3 bqplot>=0.12.17 + bqplot-gl scikit-image [options.extras_require]