From 3152876e4c77d42c95b9b1e067408a1d06911f13 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:52:06 +0800 Subject: [PATCH] Dep: Lock dependency versions things changed too much in these years --- requirements-in.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-in.txt b/requirements-in.txt index 9b76852e6..45e225c27 100644 --- a/requirements-in.txt +++ b/requirements-in.txt @@ -1,11 +1,11 @@ # Image processing -numpy -scipy -pillow -opencv-python +numpy==1.24.3 +scipy==1.10.1 +pillow==9.5.0 +opencv-python==4.7.0.72 # Device connection -adbutils +adbutils==1.2.9 uiautomator2==2.16.17 uiautomator2cache==0.3.0.1 wrapt>=1.14.0