[QUESTION] Are all dependencies needed for `manim-slides[magic]`?
dmadisetti opened this issue · 6 comments
Please explain the issue you're experiencing (with as much detail as possible):
Is pyqt6 required for just the magics install?
Just wondering if there's a working dependency subset
Edit: according to the pytoml
Hello!
No, as you can see below, you do not need Qt bindings to use the magic
feature. The same applies for the sphinx-directive
feature.
Lines 58 to 68 in a85f1c4
Does it answer your question? :-)
qtpy is listed under deps though?
Line 31 in a85f1c4
qtpy is listed under deps though?
Line 31 in a85f1c4
Yep, but it does not require any Qt binding directly. I could hide put it behind a feature to remove it from the default dependencies, but it doesn’t matter much I think.
No biggie, was just wondering how best to package this
But that was a great question! I might consider removing it for the next release