From be80ceb18aae3b87ec43ba66572e2fc026fe5779 Mon Sep 17 00:00:00 2001 From: Lu Lidong <2421235683@qq.com> Date: Mon, 26 Sep 2022 15:31:40 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E5=B0=86=E5=90=8E=E7=AB=AFopencv-python?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=88=B0=E4=B8=8EPaddleRS=E4=B8=80=E8=87=B4?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E5=87=BA=E7=8E=B0=E4=B8=8D=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a3fadcb..014763d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ marshmallow>=3.18.0 marshmallow_sqlalchemy>=0.28.1 matplotlib>=3.5.3 numpy>=1.21.3 -opencv_python>=4.5.1.48,<=4.5.5.64 +opencv-python==4.3.0.38 Pillow>=9.2.0 PyMySQL>=1.0.2 python-dotenv>=0.21.0