From 3258d420cac7d7d90f40c7f8c040ddb142224737 Mon Sep 17 00:00:00 2001 From: Boheon Park <86608286+Boheon@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:46:51 +0900 Subject: [PATCH] Update requirements.txt solve the conflict between version of torch vision and torch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1a0e06..281fd72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ opencv-python==4.8.1.78 apscheduler==3.10.4 pillow==9.5.0 python-multipart==0.0.6 -torch==1.13.1 +torch==1.9.0 torchvision==0.10.0 protobuf==3.20 fastapi