From 11df6f194d5f5ad84422cb8f3804518429c8cf44 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Tue, 5 Mar 2024 21:01:35 -0600 Subject: [PATCH] upper bound DGL to 2.0.0 --- ci/test_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index 9fa1de2e5e7..e05160239ab 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -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'