Skip to content

Commit

Permalink
REL v24.12.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Dec 11, 2024
1 parent 5cabab0 commit 8f036c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- nvidia
dependencies:
- cuda-version=11.8
- cudf==24.12.*,>=0.0.0a0
- cudf==24.12.*
- cupy>=12.0.0
- graphviz
- ipython
Expand All @@ -18,7 +18,7 @@ dependencies:
- pandas
- pre-commit
- pydata-sphinx-theme
- pylibcugraph==24.12.*,>=0.0.0a0
- pylibcugraph==24.12.*
- pytest
- pytest-benchmark
- pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- nvidia
dependencies:
- cuda-version=12.5
- cudf==24.12.*,>=0.0.0a0
- cudf==24.12.*
- cupy>=12.0.0
- graphviz
- ipython
Expand All @@ -18,7 +18,7 @@ dependencies:
- pandas
- pre-commit
- pydata-sphinx-theme
- pylibcugraph==24.12.*,>=0.0.0a0
- pylibcugraph==24.12.*
- pytest
- pytest-benchmark
- pytest-cov
Expand Down
12 changes: 6 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ dependencies:
common:
- output_types: conda
packages:
- &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0
- &cudf_unsuffixed cudf==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -220,18 +220,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==24.12.*,>=0.0.0a0
- cudf-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==24.12.*,>=0.0.0a0
- cudf-cu11==24.12.*
- {matrix: null, packages: [*cudf_unsuffixed]}
depends_on_pylibcugraph:
common:
- output_types: conda
packages:
- &pylibcugraph_unsuffixed pylibcugraph==24.12.*,>=0.0.0a0
- &pylibcugraph_unsuffixed pylibcugraph==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -244,10 +244,10 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibcugraph-cu12==24.12.*,>=0.0.0a0
- pylibcugraph-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibcugraph-cu11==24.12.*,>=0.0.0a0
- pylibcugraph-cu11==24.12.*
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ dependencies = [
"cupy-cuda11x>=12.0.0",
"networkx>=3.2",
"numpy>=1.23,<3.0a0",
"pylibcugraph==24.12.*,>=0.0.0a0",
"pylibcugraph==24.12.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

[project.optional-dependencies]
test = [
"cudf==24.12.*,>=0.0.0a0",
"cudf==24.12.*",
"pandas",
"pytest",
"pytest-benchmark",
Expand Down

0 comments on commit 8f036c0

Please sign in to comment.