From a1f84def66372e72d0fdf863b51c0e62cd58acff Mon Sep 17 00:00:00 2001 From: Dominik Demuth Date: Mon, 16 Feb 2026 17:14:40 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a67bae..da96d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,16 +21,6 @@ classifiers = [ ] license = {text = "BSD 3-Clause License"} -dependencies = [ - 'numpy', - 'scipy', - 'matplotlib', - 'bsddb3', - 'pyqtgraph', - 'PyQt5', - 'h5py', -] - [tool.setuptools] include_package_data = true