diff options
| author | samsci | 2025-10-14 14:33:52 +1000 |
|---|---|---|
| committer | samsci | 2025-10-14 14:33:52 +1000 |
| commit | 9a0a46d8bfc1c93c766b43c26928bd48f8a4ad95 (patch) | |
| tree | ccc9552ec518b9af248b02458dde7fb48682112e | |
| parent | 7fd727d88b977cc3789558ed943f6071dee4c6ea (diff) | |
| download | picostream-9a0a46d8bfc1c93c766b43c26928bd48f8a4ad95.tar.gz picostream-9a0a46d8bfc1c93c766b43c26928bd48f8a4ad95.zip | |
.
| -rw-r--r-- | pyproject.toml | 1 | ||||
| -rw-r--r-- | tools/build_gui.py | 2 |
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. |
