From c4e9789d7ed33d671c427c122336bc1a9ed9e531 Mon Sep 17 00:00:00 2001 From: jingyaogong Date: Thu, 23 Oct 2025 23:54:55 +0800 Subject: [PATCH] [feat] update requirements --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5cd155..95ef519 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,5 @@ wandb==0.18.3 streamlit==1.50.0 einops==0.8.1 swanlab==0.6.8 -torch>=2.6.0 -torchvision>=0.21.0 \ No newline at end of file +torch==2.6.0 +torchvision==0.21.0 \ No newline at end of file