From f33a50d24180915ea3f7a1ac1c3ebd60b008ba8f Mon Sep 17 00:00:00 2001 From: Daniel Lindestad Date: Sun, 16 Nov 2025 15:01:27 +0100 Subject: [PATCH] Chore: Update dependencies --- requirements.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 07ad93a..fd48077 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ Flask==3.0.3 numpy==2.1.3 -opencv-python==4.10.0.84 -opencv-contrib-python==4.10.0.84 +opencv-python==4.12.0.88 +opencv-contrib-python==4.12.0.88 pandas==2.2.3 -pipenv==2024.4.0 +pipenv==2025.0.4 platformdirs==4.3.6 -plotly==5.24.1 -pyserial==3.5 -atexit \ No newline at end of file +plotly==6.4.0 +pyserial==3.5 \ No newline at end of file