diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..0719c3136 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[build-system] +requires = [ + 'setuptools', + 'scikit-build', +]