From af30c240ff89450c4b480c5dc953bebb81b43ed3 Mon Sep 17 00:00:00 2001 From: Joshua Moore <102399896+joshuabmoore@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:36:08 +1000 Subject: [PATCH] Add setuptools to install_requires in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 44bfc3d0..5df22242 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ install_requires = [ + 'setuptools', 'h5py', 'scikit-learn', 'scipy',