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