From 7269b7ab1d412b4ccb0d2b6c359e66745542298a Mon Sep 17 00:00:00 2001 From: kelle Date: Wed, 11 Sep 2024 23:39:33 -0400 Subject: [PATCH] remove pyqt5 from dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84ff564..b6bcfe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ dependencies = [ "emcee>=3.1.1", "numpy>=1.25.1", "pandas>=1.3.5", - "PyQt5>=5.15.6", "scipy>=1.8.0", "svo-filters>=0.4.4" ]