aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml1
-rw-r--r--tools/build_gui.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e3e8497..a835307 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,6 @@ dependencies = [
"picosdk",
"h5py",
"pyqtgraph",
- "PyQt5",
"numba",
"click",
]
diff --git a/tools/build_gui.py b/tools/build_gui.py
index c9811a3..91df97f 100644
--- a/tools/build_gui.py
+++ b/tools/build_gui.py
@@ -10,7 +10,7 @@ except ImportError:
sys.exit(1)
-def find_libffi_dll() -> tuple[str | None, list[str]]:
+def find_libffi_dll():
"""
Find the libffi-*.dll file required for _ctypes on Windows.