From 69a032be8511b6b51b37fd918552805068e71eab Mon Sep 17 00:00:00 2001
From: Pascal Palenda <pascal.palenda@akustik.rwth-aachen.de>
Date: Mon, 16 Dec 2024 14:49:01 +0100
Subject: [PATCH] Feat: add `cibuildwheel` dep

---
 dovelet_core/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dovelet_core/pyproject.toml b/dovelet_core/pyproject.toml
index 1db9fec..ec977ac 100644
--- a/dovelet_core/pyproject.toml
+++ b/dovelet_core/pyproject.toml
@@ -44,7 +44,7 @@ post-install-commands = [
     "pip install nanobind scikit-build-core[pyproject]",
     "pip install --no-build-isolation -Ceditable.rebuild=true -Cbuild-dir=out/build -e .",
 ]
-dependencies = ["pytest", "ruff"]
+dependencies = ["pytest", "ruff", "cibuildwheel"]
 
 [tool.hatch.envs.default.scripts]
 import_test = "python -c \"import dovelet_core\" && echo Success! || echo Failure! && exit 1"
-- 
GitLab