Skip to content

Commit 56ebd85

Browse files
pip: bump torch from 2.3.1 to 2.8.0 in /mapping (#971)
Fix for CVE-2025-32434, CVE-2025-3730, CVE-2025-2953. Bumps torch from 2.3.1 to 2.8.0. Bumps torchvision to 0.23.0 to align versions. Fix requests and gradio versions. Co-authored-by: Sarat Poluri <sarat.chandra.poluri@intel.com>
1 parent 60ffbf3 commit 56ebd85

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

mapping/requirements_api.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# (Model dependencies are handled by individual model requirements.txt)
66
flask>=3.0.0,<3.1.0
77
flask-cors==6.0.0
8-
gradio
8+
gradio==6.5.0
99
open3d-cpu[headless]==0.19.0
1010
opencv-python-headless>=4.8.0
11-
requests
11+
requests==2.32.5
1212
gunicorn==22.0.0

mapping/requirements_vggt.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
torch==2.3.1
5-
torchvision==0.18.1
4+
torch==2.8.0
5+
torchvision==0.23.0

0 commit comments

Comments
 (0)