From e77fd8d85d937c8eefa4242e8a3c358c67c60cc4 Mon Sep 17 00:00:00 2001 From: AliceMazzoleni99 Date: Fri, 30 May 2025 08:17:45 +0200 Subject: [PATCH] Dev/add numpy (#1227) * added numpy dependency * added build specifications for python version and platform --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8deb25dde..15833499c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,13 @@ build-backend = "scikit_build_core.build" [project] name = "slsdet" dynamic = ["version"] +dependencies = [ + "numpy", +] [tool.cibuildwheel] before-all = "uname -a" +build = "cp{311,312,313}-manylinux_x86_64" [tool.scikit-build.build] verbose = true