From 64c0bc017308b26bbf8742d05847503bd07c990a Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 6 Aug 2024 21:31:24 -0700 Subject: [PATCH] Fix minor typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]