diff --git a/dependencies.yaml b/dependencies.yaml index 186e14841..eabfd1ca6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -397,7 +397,7 @@ dependencies: - *libcusparse114 cuda_wheels: specific: - - output_types: pyproject + - output_types: [requirements, pyproject] matrices: - matrix: cuda: "12.*" diff --git a/python/cuvs/pyproject.toml b/python/cuvs/pyproject.toml index 2193f7dcb..d6847b381 100644 --- a/python/cuvs/pyproject.toml +++ b/python/cuvs/pyproject.toml @@ -104,7 +104,7 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.version = "CMakeLists.txt" minimum-version = "build-system.requires" -ninja.make-fallback = true +ninja.make-fallback = false sdist.reproducible = true wheel.packages = ["cuvs"] diff --git a/python/libcuvs/pyproject.toml b/python/libcuvs/pyproject.toml index 94d3e81d8..64dd54cfc 100644 --- a/python/libcuvs/pyproject.toml +++ b/python/libcuvs/pyproject.toml @@ -77,7 +77,7 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.version = "CMakeLists.txt" minimum-version = "build-system.requires" -ninja.make-fallback = true +ninja.make-fallback = false sdist.reproducible = true wheel.install-dir = "libcuvs" wheel.packages = ["libcuvs"]