From 1e02bc2e465cfde8bdfb1d9d615a3a4fa00e6982 Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Mon, 16 Feb 2026 17:10:29 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26b700d..4775a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ install_requires = [ 'numpy', 'scipy', 'matplotlib', -# 'bsddb3', + 'bsddb3', 'pyqtgraph', - 'pyqt', + 'PyQt5', 'h5py', ] keywords = ['nmr', 'physics', 'science']