Skip to content

Commit

Permalink
upper bound DGL to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Mar 6, 2024
1 parent e95b226 commit 11df6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [[ "${RAPIDS_CUDA_VERSION}" == "11.8.0" ]]; then
pylibcugraphops \
cugraph \
cugraph-dgl \
'dgl>=1.1.0.cu*' \
'dgl>=1.1.0.cu*,<=2.0.0.cu*' \
'pytorch>=2.0' \
'pytorch-cuda>=11.8'

Expand Down

0 comments on commit 11df6f1

Please sign in to comment.