diff --git a/pyproject.toml b/pyproject.toml index 5813035..e3611e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies-file = "dependencies.yaml" [tool.scikit-build] build.verbose = true cmake.version = "CMakeLists.txt" -minum-version = "0.10" +minimum-version = "0.10" ninja.make-fallback = true build-dir = "build/{wheel_tag}" wheel.packages = ["pynvjitlink"]