From fdbf1152e55b69737b7f5affb628a4e51dc3abf0 Mon Sep 17 00:00:00 2001 From: Rob1in <73953872+Rob1in@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:58:25 -0400 Subject: [PATCH] fix requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 155e4cb..e561abd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ torch; sys_platform == 'darwin' torch==2.2.1+cpu; sys_platform == 'linux' -f https://download.pytorch.org/whl/cpu/torch_stable.html -torchvision == 0.18 +torchvision == 0.18 == 'darwin' torchvision==0.17.2+cpu;sys_platform == 'linux' -f https://download.pytorch.org/whl/cpu/torch_stable.html