From c94dc81d7232b833771762d23cfe931a3d0d59bc Mon Sep 17 00:00:00 2001 From: Vishruth Rao <116237865+Powerlax@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:45:31 -0700 Subject: [PATCH] Update requirements.txt Added dill package, needed for loading the model in detect.py Signed-off-by: Vishruth Rao <116237865+Powerlax@users.noreply.github.com> --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 33bb7dba2611..8935eac21982 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended) torchvision>=0.9.0 tqdm>=4.64.0 ultralytics>=8.0.147 +dill>=0.3.7 # protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012 # Logging ---------------------------------------------------------------------