Skip to content

Commit

Permalink
add same mkl pin that wholegraph CI uses
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 15, 2024
1 parent dce3e1e commit 8a3fda8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ if [[ "${RUNNER_ARCH}" != "ARM64" ]]; then
--channel conda-forge \
--channel dglteam/label/th23_cu118 \
--channel nvidia \
"pylibwholegraph=${RAPIDS_VERSION}.*" \
"pylibcugraphops=${RAPIDS_VERSION}.*" \
"cugraph=${RAPIDS_VERSION}.*" \
"cugraph-dgl=${RAPIDS_VERSION}.*" \
"pylibwholegraph=${RAPIDS_VERSION}" \
"pylibcugraphops=${RAPIDS_VERSION}" \
"cugraph=${RAPIDS_VERSION}" \
"cugraph-dgl=${RAPIDS_VERSION}" \
'pytorch::pytorch>=2.3,<2.4' \
'cuda-version=11.8' \
"ogb"
Expand Down Expand Up @@ -104,10 +104,10 @@ if [[ "${RUNNER_ARCH}" != "ARM64" ]]; then
--channel "${CPP_CHANNEL}" \
--channel "${PYTHON_CHANNEL}" \
--channel pytorch \
"pylibwholegraph=${RAPIDS_VERSION}.*" \
"pylibcugraphops=${RAPIDS_VERSION}.*" \
"cugraph=${RAPIDS_VERSION}.*" \
"cugraph-pyg=${RAPIDS_VERSION}.*" \
"pylibwholegraph=${RAPIDS_VERSION}" \
"pylibcugraphops=${RAPIDS_VERSION}" \
"cugraph=${RAPIDS_VERSION}" \
"cugraph-pyg=${RAPIDS_VERSION}" \
"pytorch::pytorch>=2.3,<2.4" \
"ogb"

Expand Down Expand Up @@ -145,7 +145,8 @@ if [[ "${RUNNER_ARCH}" != "ARM64" ]]; then
--channel "${CPP_CHANNEL}" \
--channel "${PYTHON_CHANNEL}" \
--channel pytorch \
"pylibwholegraph=${RAPIDS_VERSION}.*" \
'mkl<2024.1.0' \
"pylibwholegraph=${RAPIDS_VERSION}" \
"pytorch::pytorch>=2.3,<2.4" \
"ogb"

Expand Down

0 comments on commit 8a3fda8

Please sign in to comment.