royerlab / aydin

Aydin — User-friendly, Fast, Self-Supervised Image Denoising for All.
https://royerlab.github.io/aydin/
BSD 3-Clause "New" or "Revised" License
151 stars 14 forks source link

PyQt6 #299

Open AhmetCanSolak opened 1 year ago

AhmetCanSolak commented 1 year ago

This PR help us drop PyQt5 and adopt PyQt6 as our main gui backend dependency. Will be addressing #298 .

AhmetCanSolak commented 1 year ago

CI is failing with qt6 and existing overlay.py implementation is not working with qt6.

keithchev commented 1 year ago

fwiw this installs on my M1 macbook and tests are running 😄

(I'm sure you're aware of this but lightgbm is currently missing from the dependencies for macs; I know you mentioned building this from source on M1 but some reason this was pip-installable for me without any effort)