mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 18:57:44 +00:00
chore: Update torch to 2.6.0 (CVE-2025-32434 fix)
- Bump minimum version from 2.0.0 to 2.6.0 - Fixes RCE vulnerability in torch.load with weights_only=True - Dependabot alert #40
This commit is contained in:
@@ -20,7 +20,7 @@ pandas>=1.5.0
|
||||
pydantic>=2.0.0
|
||||
|
||||
# 模型
|
||||
torch>=2.0.0
|
||||
torch>=2.6.0 # Security fix: CVE-2025-32434 (torch.load RCE with weights_only=True)
|
||||
transformers>=4.48.0 # Security fix: CVE-2024-11393 (Deserialization RCE)
|
||||
huggingface_hub>=0.20.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user