diff --git a/dovelet_core/pyproject.toml b/dovelet_core/pyproject.toml
index 1db9fec55e38ab4d982d8a508ecee8a14fdb8fa6..ec977acdbbe287998d06eea6bd1b19c0f687aaf3 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"