From e1cbfd4dc0bae47ebd525732596e7ef638db2c96 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Mon, 4 Aug 2025 16:59:58 -0400 Subject: [PATCH] Update rapids-build-backend to 0.4.1 Issue: https://github.com/rapidsai/build-planning/issues/207 --- conda/recipes/pynvjitlink/recipe.yaml | 2 +- dependencies.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/recipes/pynvjitlink/recipe.yaml b/conda/recipes/pynvjitlink/recipe.yaml index 97445e7..0f2c24b 100644 --- a/conda/recipes/pynvjitlink/recipe.yaml +++ b/conda/recipes/pynvjitlink/recipe.yaml @@ -52,7 +52,7 @@ requirements: - libnvjitlink-static - python =${{ py_version }} - pip - - rapids-build-backend >=0.3.0,<0.4.0dev0 + - rapids-build-backend >=0.4.0,<0.5.0.dev0 - scikit-build-core >=0.10.0 run: - ${{ pin_compatible("cuda-version", lower_bound="x", upper_bound="x.x") }} diff --git a/dependencies.yaml b/dependencies.yaml index db7e222..6b0ffe0 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -43,7 +43,7 @@ dependencies: common: - output_types: [requirements, pyproject] packages: - - rapids-build-backend >=0.3.0,<0.4.0dev0 + - rapids-build-backend >=0.4.0,<0.5.0.dev0 - scikit-build-core[pyproject]>=0.10.0 checks: common: diff --git a/pyproject.toml b/pyproject.toml index 2c773c9..f8ee95d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ wheel.packages = ["pynvjitlink"] [build-system] requires = [ - "rapids-build-backend >=0.3.0,<0.4.0dev0", + "rapids-build-backend >=0.4.0,<0.5.0.dev0", "scikit-build-core[pyproject]>=0.10.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`. build-backend = "rapids_build_backend.build"