Skip to content

Commit

Permalink
the pip package is called 'torch-geometric' not 'pytorch_geometric'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 21, 2024
1 parent 4033210 commit fad3e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ files:
table: project.optional-dependencies
key: test
includes:
- depends_on_pyg
- depends_on_pylibwholegraph
- depends_on_pytorch
- test_python_common
Expand Down Expand Up @@ -364,7 +365,6 @@ dependencies:
- output_types: [conda, pyproject, requirements]
packages:
- ogb
- torch-geometric>=2.5,<2.6
test_python_pylibwholegraph:
common:
- output_types: [conda, pyproject, requirements]
Expand Down Expand Up @@ -434,9 +434,12 @@ dependencies:

depends_on_pyg:
common:
- output_types: [conda, pyproject, requirements]
- output_types: [conda]
packages:
- pytorch_geometric>=2.5,<2.6
- output_types: [pyproject, requirements]
packages:
- torch-geometric>=2.5,<2.6

depends_on_pylibwholegraph:
common:
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"numpy>=1.23,<3.0a0",
"pandas",
"pylibcugraphops==24.12.*,>=0.0.0a0",
"pytorch_geometric>=2.5,<2.6",
"torch-geometric>=2.5,<2.6",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit fad3e8b

Please sign in to comment.