From 701b6e424d70b03dd66ff070c8c8408760577849 Mon Sep 17 00:00:00 2001 From: Hellseher Date: Sun, 29 Mar 2026 21:35:44 +0000 Subject: [PATCH] Remove 'ipympl' from setup.py dependencies I try to package `ctaplot` for Guix (it's one the last 3 missing packages to bring `magic-cta-pipe`) but `ipympl` is not in use by any *.py files, but listed as install requirements. `ipympl` was remove in Guix rectally, see https://codeberg.org/guix/guix/issues/5366. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0d919e6..0ae41a2 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,6 @@ def get_property(prop, project): 'jupyter', 'ipywidgets', 'pyyaml', - 'ipympl', 'tqdm', ], tests_require=['pytest'],