From c439e35e39bc03ba82ad784adb219ea5c5604285 Mon Sep 17 00:00:00 2001 From: TimoKurz Date: Sat, 14 Mar 2026 13:41:58 +0100 Subject: [PATCH] -- added correct versioning for feature extraction --- requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7272bf9..5ad2ab3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,11 +13,12 @@ paho-mqtt tensorflow # Camera / feature extraction stack -opencv-python -mediapipe -torch -moviepy -pygazeanalyser +# It is necessary to create an extra environment for the extraction pipeline, because of the different version needs +Python==3.10 +numpy==1.24.4 +scipy==1.10.1 +opencv-python==4.7.0.72 +mediapipe==0.10.13 py-feat # Data ingestion (ownCloud + HDF)