diff --git a/dependencies.yaml b/dependencies.yaml index 077fde980..974192967 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -163,15 +163,15 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - librmm-cu12==24.8.* + - librmm-cu12==24.8.*,>=0.0.0a0 - matrix: cuda: "11.*" cuda_suffixed: "true" packages: - - librmm-cu11==24.8.* + - librmm-cu11==24.8.*,>=0.0.0a0 - matrix: null packages: - - librmm==24.8.* + - librmm==24.8.*,>=0.0.0a0 checks: common: - output_types: [conda, requirements] diff --git a/python/rmm/pyproject.toml b/python/rmm/pyproject.toml index bf9929533..acc3b6c85 100644 --- a/python/rmm/pyproject.toml +++ b/python/rmm/pyproject.toml @@ -129,7 +129,7 @@ requires = [ "cmake>=3.26.4,!=3.30.0", "cuda-python>=11.7.1,<12.0a0", "cython>=3.0.0", - "librmm==24.8.*", + "librmm==24.8.*,>=0.0.0a0", "ninja", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.