Skip to content

Commit

Permalink
remove dgl accidentally included in the cugraph-pyg test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 8, 2024
1 parent 6726086 commit 9e3239e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/test_wheel_cugraph-pyg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ python -m pip install \
"$(echo ./local-deps/pylibcugraph_${RAPIDS_PY_CUDA_SUFFIX}*.whl)" \
"$(echo ./local-deps/cugraph_${RAPIDS_PY_CUDA_SUFFIX}*.whl)" \
"$(echo ./dist/cugraph_pyg_${RAPIDS_PY_CUDA_SUFFIX}*.whl)[test]" \
'dgl==2.4.0' \
'ogb' \
'pyg_lib' \
'torch>=2.3.0,<2.4' \
Expand Down

0 comments on commit 9e3239e

Please sign in to comment.