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"