Skip to content

Commit

Permalink
revert out librmm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 18, 2024
1 parent 8e72623 commit 14bcff3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ files:
output: none
includes:
- cuda_version
- depends_on_pylibwholegraph
- py_version
- test_notebook
- test_python_common
Expand Down Expand Up @@ -80,7 +81,6 @@ files:
key: requires
includes:
- common_build
- depends_on_librmm
- depends_on_pylibcugraph
- depends_on_pylibraft
- depends_on_rmm
Expand Down Expand Up @@ -123,7 +123,6 @@ files:
key: requires
includes:
- common_build
- depends_on_librmm
- depends_on_pylibraft
- depends_on_rmm
py_run_pylibcugraph:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ regex = "(?P<value>.*)"
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",
Expand Down
1 change: 0 additions & 1 deletion python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 14bcff3

Please sign in to comment.