Skip to content

Commit

Permalink
update meta to require pyg 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Apr 2, 2024
1 parent db1a607 commit c706c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-pyg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- cupy >=12.0.0
- cugraph ={{ version }}
- pylibcugraphops ={{ minor_version }}
- pyg >=2.3,<2.5
- pyg >=2.5,<2.6

tests:
imports:
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- cugraph==24.6.*
- pandas
- pre-commit
- pyg>=2.4.0
- pyg>=2.5.0
- pylibcugraphops==24.6.*
- pytest
- pytest-benchmark
Expand Down

0 comments on commit c706c13

Please sign in to comment.