From 44a7b4126c31debb8a48cdc9f43c705e75ac7843 Mon Sep 17 00:00:00 2001 From: Dax Eckenberg Date: Sat, 18 Oct 2025 23:55:52 -0700 Subject: [PATCH] Update requirements.txt Added needed modules that were overlooked, and removed unneeded --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fef7f2b..a57096d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ joblib numpy -cv2 -queue +opencv-python scipy.ndimage -sys matplotlib numba argparse +scikit-video