From 41f8ff01b19a6d98e988bf32546c1ad614d39c34 Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 28 May 2025 16:02:51 +0200 Subject: [PATCH] added build specifications for python version and platform --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3b4ed410..15833499c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,9 +15,9 @@ dependencies = [ "numpy", ] - [tool.cibuildwheel] before-all = "uname -a" +build = "cp{311,312,313}-manylinux_x86_64" [tool.scikit-build.build] verbose = true