From e4647972dbf9a4186213d6df2633ec8f944ab7af Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 11 Dec 2024 13:23:21 -0500 Subject: [PATCH] REL v24.12.00 release --- python/rmm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/rmm/pyproject.toml b/python/rmm/pyproject.toml index aaaa15482..c17cf2ad9 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,<=11.8.3", "cython>=3.0.0", - "librmm==24.12.*,>=0.0.0a0", + "librmm==24.12.*", "ninja", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.