Closed Carifio24 closed 6 months ago
CI failures are the same as in #375; I can rebase once we finish sorting that out.
Looks like you'll need to rebase to make ReadTheDocs happy.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 56.51%. Comparing base (
5ec4686
) to head (22117b7
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Downstream in
glue-wwt
we're trying to makeqtpy
be an optional dependency (https://github.com/glue-viz/glue-wwt/issues/111) so that it doesn't need to be installed to use the WWT Jupyter viewer. To help make that possible, this PR makesqtpy
an optional dependency ofpywwt
, moving it to theqt
andqt6
install options.The documentation already makes it sound like
qtpy
is an optional dependency, so I don't think it needs to be changed at all?