Skip to content

Commit

Permalink
remove extra ogb dependency, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Jan 31, 2025
1 parent cc4d740 commit dddf875
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,12 @@ dependencies:
- {matrix: null, packages: [*pytorch_pip, *tensordict]}

# Will remove this after snap-stanford/ogb#497 is resolved.
# Temporarily sets the max pytorch version to 2.5 for compatibility
# with ogb.
depends_on_ogb:
common:
- output_types: [conda]
packages:
- ogb
- pytorch>=2.3,<2.6a0
specific:
- output_types: [requirements]
Expand All @@ -457,11 +458,9 @@ dependencies:
- matrix: {cuda: "12.*"}
packages:
- *pytorch_pip
- ogb
- matrix: {cuda: "11.*"}
packages:
- *pytorch_pip
- ogb
- {matrix: null, packages: [*pytorch_pip]}

depends_on_dgl:
Expand Down
1 change: 0 additions & 1 deletion python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- cugraph==25.2.*,>=0.0.0a0
- dgl>=2.4.0.cu*
- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*
- ogb
- pre-commit
- pydantic
- pytest
Expand Down
1 change: 0 additions & 1 deletion python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- nvidia
dependencies:
- cugraph==25.2.*,>=0.0.0a0
- ogb
- pre-commit
- pydantic
- pytest
Expand Down

0 comments on commit dddf875

Please sign in to comment.