Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Added dill package, needed for loading the model in detect.py

Signed-off-by: Vishruth Rao <116237865+Powerlax@users.noreply.github.com>
  • Loading branch information
Powerlax committed Sep 25, 2023
1 parent 6262c7f commit c94dc81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------------------
Expand Down

0 comments on commit c94dc81

Please sign in to comment.