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)