--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,8 @@
 [build-system]
 requires = [
-    "setuptools>=42",
-    "scikit-build~=0.17.0",
-    "Cython >=3.0.7, <3.1.0"
+    "setuptools",
+    "scikit-build",
+    "Cython"
 ]
 build-backend = "backend"
 backend-path = ["_custom_build"]