From 3ea3e389422101329be84a2212036f11c8d47d52 Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 24 Mar 2026 03:47:23 -0700 Subject: [PATCH 1/2] Update dependency versions for TensorFlow, Torch, and Pip --- util/ci_utils.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/ci_utils.sh b/util/ci_utils.sh index 092ae3e103a..06525574747 100644 --- a/util/ci_utils.sh +++ b/util/ci_utils.sh @@ -27,11 +27,11 @@ BUILD_SYCL_MODULE=${BUILD_SYCL_MODULE:-OFF} # Dependency versions: # CUDA: see docker/docker_build.sh # ML -TENSORFLOW_VER="2.20.0" -TORCH_VER="2.10" +TENSORFLOW_VER="2.21.0" +TORCH_VER="2.11" TORCH_REPO_URL="https://download.pytorch.org/whl/torch/" # Python -PIP_VER="25.3" +PIP_VER="26.0.1" PROTOBUF_VER="6.31.1" OPEN3D_INSTALL_DIR=~/open3d_install From c5228af3ead8cb0788d9ef0f7aee6092cb3bbec6 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 2 Apr 2026 12:23:40 +0200 Subject: [PATCH 2/2] Update PyTorch version to 2.12 --- util/ci_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ci_utils.sh b/util/ci_utils.sh index 06525574747..b8eba7ff124 100644 --- a/util/ci_utils.sh +++ b/util/ci_utils.sh @@ -28,7 +28,7 @@ BUILD_SYCL_MODULE=${BUILD_SYCL_MODULE:-OFF} # CUDA: see docker/docker_build.sh # ML TENSORFLOW_VER="2.21.0" -TORCH_VER="2.11" +TORCH_VER="2.12" TORCH_REPO_URL="https://download.pytorch.org/whl/torch/" # Python PIP_VER="26.0.1"