From 14bcff3f2569d78443c6e4590247e41f46febe5c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 18 Dec 2024 10:07:50 -0600 Subject: [PATCH] revert out librmm changes --- dependencies.yaml | 6 ++---- python/cugraph/pyproject.toml | 1 - python/pylibcugraph/pyproject.toml | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index f27e43f110..b8fed25e31 100755 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -49,6 +49,7 @@ files: output: none includes: - cuda_version + - depends_on_pylibwholegraph - py_version - test_notebook - test_python_common @@ -80,7 +81,6 @@ files: key: requires includes: - common_build - - depends_on_librmm - depends_on_pylibcugraph - depends_on_pylibraft - depends_on_rmm @@ -123,7 +123,6 @@ files: key: requires includes: - common_build - - depends_on_librmm - depends_on_pylibraft - depends_on_rmm py_run_pylibcugraph: @@ -499,7 +498,6 @@ dependencies: - scikit-learn>=0.23.1 - output_types: [conda] packages: - - &pylibwholegraph_unsuffixed pylibwholegraph==25.2.*,>=0.0.0a0 - *thrift test_python_pylibcugraph: common: @@ -543,7 +541,7 @@ dependencies: common: - output_types: conda packages: - - *pylibwholegraph_unsuffixed + - &pylibwholegraph_unsuffixed pylibwholegraph==25.2.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file diff --git a/python/cugraph/pyproject.toml b/python/cugraph/pyproject.toml index ad58fa346b..8fa3a0938e 100644 --- a/python/cugraph/pyproject.toml +++ b/python/cugraph/pyproject.toml @@ -83,7 +83,6 @@ regex = "(?P.*)" build-backend = "scikit_build_core.build" requires = [ "cmake>=3.26.4,!=3.30.0", - "librmm==25.2.*,>=0.0.0a0", "ninja", "pylibcugraph==25.2.*,>=0.0.0a0", "pylibraft==25.2.*,>=0.0.0a0", diff --git a/python/pylibcugraph/pyproject.toml b/python/pylibcugraph/pyproject.toml index 8b45988483..72a5e19c70 100644 --- a/python/pylibcugraph/pyproject.toml +++ b/python/pylibcugraph/pyproject.toml @@ -73,7 +73,6 @@ build-backend = "scikit_build_core.build" dependencies-file = "../../dependencies.yaml" requires = [ "cmake>=3.26.4,!=3.30.0", - "librmm==25.2.*,>=0.0.0a0", "ninja", "pylibraft==25.2.*,>=0.0.0a0", "rmm==25.2.*,>=0.0.0a0",