Skip to content

Commit

Permalink
bump pyg dependency to <2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Jan 27, 2025
1 parent 2f16c37 commit 4cbfb46
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- pytest-forked
- pytest-xdist
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- pytorch_geometric>=2.5,<2.7
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
- scikit-build-core>=0.10.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pytest-forked
- pytest-xdist
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- pytorch_geometric>=2.5,<2.7
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
- scikit-build-core>=0.10.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pytest-forked
- pytest-xdist
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- pytorch_geometric>=2.5,<2.7
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
- scikit-build-core>=0.10.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-pyg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requirements:
- cupy >=12.0.0
- cugraph ={{ minor_version }}
- tensordict >=0.1.2
- pytorch_geometric >=2.5,<2.6
- pytorch_geometric >=2.5,<2.7

tests:
imports:
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,10 @@ dependencies:
common:
- output_types: [conda]
packages:
- pytorch_geometric>=2.5,<2.6
- pytorch_geometric>=2.5,<2.7
- output_types: [pyproject, requirements]
packages:
- torch-geometric>=2.5,<2.6
- torch-geometric>=2.5,<2.7

depends_on_pylibwholegraph:
common:
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 @@ -15,7 +15,7 @@ dependencies:
- pytest-cov
- pytest-xdist
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- pytorch_geometric>=2.5,<2.7
- tensordict>=0.1.2
- torchdata
name: cugraph_pyg_dev_cuda-118
4 changes: 2 additions & 2 deletions python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"numba>=0.57",
"numpy>=1.23,<3.0a0",
"pandas",
"torch-geometric>=2.5,<2.6",
"torch-geometric>=2.5,<2.7",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand All @@ -50,7 +50,7 @@ test = [
"pytest-cov",
"pytest-xdist",
"tensordict>=0.1.2",
"torch-geometric>=2.5,<2.6",
"torch-geometric>=2.5,<2.7",
"torch>=2.3",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit 4cbfb46

Please sign in to comment.