From 786b3489e186fe33bd6ed027e3fe7eecc119bd2e Mon Sep 17 00:00:00 2001 From: thorstenwagner Date: Mon, 18 Dec 2023 14:26:15 +0100 Subject: [PATCH] remove pyqt dep --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a4e940f..a9c6504 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,11 +30,9 @@ install_requires = pystardb>=0.4.2 napari>=0.4.17 pandas - pyqt5 scipy tifffile tqdm - PyQt5 python_requires = >=3.10 include_package_data = True