From f295556dad35747415d32bf088ccf1f4b8e6baf1 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 18 Oct 2024 08:52:22 -0500 Subject: [PATCH] the torch install needs to pull in its dependencies too --- ci/test_wheel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index c9212a5d7..3836f0205 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -27,7 +27,6 @@ python -m pip install \ python -m pip install \ --index-url "${INDEX_URL}" \ -v \ - --no-deps \ 'torch>=2.0,<2.4.0a0' RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}