From 3d7d6f8c9a8d50a75b67369fd90de311dafea17f Mon Sep 17 00:00:00 2001 From: Aliaksandr Bialkevich Date: Wed, 26 Jan 2022 00:00:14 +0300 Subject: [PATCH 1/2] update numpy version to 1.22.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a71ef6b1..fd54012e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Pillow>=3.4.0 requests>=2.11.1 six mss==6.1.0 -numpy<=1.19.3 +numpy<=1.22.1 opencv-contrib-python facebook-wda>=1.3.3 pywinauto==0.6.3 From c46bcc5d8ee3781c7d85fb184102328057373047 Mon Sep 17 00:00:00 2001 From: Aliaksandr Bialkevich Date: Wed, 26 Jan 2022 00:46:42 +0300 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd54012e..0409fdac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Pillow>=3.4.0 requests>=2.11.1 six mss==6.1.0 -numpy<=1.22.1 +numpy>=1.19.3 opencv-contrib-python facebook-wda>=1.3.3 pywinauto==0.6.3