Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into renumber_for_tigergraph
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Jan 13, 2025
2 parents 9dc4225 + 8507cbf commit c523a90
Show file tree
Hide file tree
Showing 26 changed files with 615 additions and 376 deletions.
4 changes: 3 additions & 1 deletion conda/recipes/pylibcugraph/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-2024, NVIDIA CORPORATION.
# Copyright (c) 2023-2025, NVIDIA CORPORATION.

{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') + environ.get('VERSION_SUFFIX', '') %}
{% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %}
Expand Down Expand Up @@ -74,7 +74,9 @@ requirements:
{% else %}
- cuda-cudart
{% endif %}
- cupy >=12.0.0
- libcugraph ={{ version }}
- numpy>=1.23,<3.0a0
- pylibraft ={{ minor_version }}
- python
- rmm ={{ minor_version }}
Expand Down
Loading

0 comments on commit c523a90

Please sign in to comment.