From 227d8c058373b9b30ef1876ad4311365e07ebdb7 Mon Sep 17 00:00:00 2001 From: "koji.ueno" Date: Mon, 3 Apr 2023 21:06:38 +0900 Subject: [PATCH] fix: resolve version conflicts between numpy and opencv-python dependency --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5b50ef..1c517bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.25.1 -numpy==1.20.2 +numpy>=1.21.2 geojson==2.5.0 xmltodict==0.12.0 Pillow==9.0.1 -opencv-python==4.5.3.56 \ No newline at end of file +opencv-python==4.7.0.72 \ No newline at end of file