We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d1a83 commit f96938cCopy full SHA for f96938c
ci/test_wheel_pylibwholegraph.sh
@@ -34,7 +34,7 @@ rapids-pip-retry install \
34
--extra-index-url ${PYTORCH_INDEX} \
35
"$(echo "${PYLIBWHOLEGRAPH_WHEELHOUSE}"/pylibwholegraph*.whl)[test]" \
36
"${LIBWHOLEGRAPH_WHEELHOUSE}"/*.whl \
37
- 'torch>=2.3'
+ 'torch==2.10.0+cu130'
38
39
rapids-logger "pytest pylibwholegraph"
40
cd python/pylibwholegraph/pylibwholegraph/tests
dependencies.yaml
@@ -370,7 +370,7 @@ dependencies:
370
- matrix:
371
cuda: "12.*"
372
packages:
373
- - torch>=2.3
+ - torch==2.10.0+cu130
374
375
cuda: "13.*"
376
0 commit comments