From 62272372a66399ce56297fa8aabea660c220a816 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 8 May 2023 19:51:16 +0530 Subject: CamTest: updating dependencies,requirements+removing venv --- face-detection/requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'face-detection') diff --git a/face-detection/requirements.txt b/face-detection/requirements.txt index b438717..207f665 100644 --- a/face-detection/requirements.txt +++ b/face-detection/requirements.txt @@ -1,3 +1,4 @@ -numpy==1.24.2 -opencv-contrib-python==4.7.0.72 -Pillow==9.4.0 +numpy==1.24.3 +opencv-python==4.7.0.72 +picamera2==0.3.9 +Pillow==9.5.0 -- cgit v1.2.3