From 8951af50f3f690c87c23b32a8a3b94e9a3f48816 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Tue, 28 Jun 2022 17:01:15 +0800 Subject: [PATCH] Update requirements Signed-off-by: Jael Gu --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b9d230..d3f1f4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ towhee>=0.7.0 +towhee.models>=0.7.1 torch>=1.8.0 -towhee.models>=0.7.0 \ No newline at end of file +torchvision \ No newline at end of file