From 18c2c688ad45663170f21fc505c3aca421b9704e Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Tue, 3 Dec 2024 11:47:57 -0500 Subject: [PATCH] Python: Add numpy as dependency --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8b6c29a..c41d278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ authors = [ { "name" = "Daniel Baston" } ] requires-python = ">=3.9" +dependencies = [ + "numpy", +] classifiers = [ "Operating System :: Unix", "Operating System :: MacOS",