Commit 677f385
David Miguel Susano Pinto
maint: fix optional dependency on PyQt.
In 6e9c67f the microscope.gui module changed to be dependent on PyQt.
This new dependency was mentioned on the NEWS file but by mistake was
listed as PySide2 in the actual list of dependencies (setup.py at the
time). The reason for the mistake is probably that PyQt is a wrapper
around PySide* or PyQt* whichever is installed, and the initial
version of microscope.gui used PySide2 directly.1 parent 4489b56 commit 677f385
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments