Skip to content

Commit 25d83d1

Browse files
authored
Remove 'ipympl' from setup.py dependencies (#213)
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.
1 parent 609269e commit 25d83d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def get_property(prop, project):
3838
'jupyter',
3939
'ipywidgets',
4040
'pyyaml',
41-
'ipympl',
4241
'tqdm',
4342
],
4443
tests_require=['pytest'],

0 commit comments

Comments
 (0)