From dc8d4af9c9b41af69ef1667a6e9e856b422eb189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=88=A9=E6=A0=8B?= <2421235683@qq.com> Date: Sat, 23 Dec 2023 22:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6numpy=E7=89=88=E6=9C=AC?= 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 f346ae9..194fd35 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ Flask_SQLAlchemy>=2.5.1 marshmallow>=3.18.0 marshmallow_sqlalchemy>=0.28.1 matplotlib>=3.5.3 -numpy>=1.21.3 +numpy>=1.21.3,<1.22 opencv-python>=4.3.0 Pillow>=9.2.0 PyMySQL>=1.0.2