From f228f2fb3a559ea653f11cf05b343a02049ce99e Mon Sep 17 00:00:00 2001 From: Aaron Soellinger <85517686+hop-soellingeraj@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:48:32 -0500 Subject: [PATCH] added matplotlib reqd by utils/utils_image.py --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1b816d..29999a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ scipy torch>=1.9 torchvision timm -einops \ No newline at end of file +einops +matplotlib