From 3926db3f6d6bc6420d9559181bfcb80473e47f9c Mon Sep 17 00:00:00 2001 From: Raincloud Date: Wed, 2 Jul 2025 19:00:44 -0600 Subject: [PATCH] Add dark mode with sv-ttk theme and update dependencies --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1bdfb1..dcd4860 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ opencv-python==4.8.1.78 pillow==10.0.1 ffmpeg-python==0.2.0 psutil==5.9.5 -sv-ttk \ No newline at end of file +sv-ttk==2.6.1 +numpy<2 \ No newline at end of file