From 40c48a9a6190a6b7c0d8b6ea1dd880833e5be10a Mon Sep 17 00:00:00 2001 From: zhayujie Date: Mon, 25 May 2026 14:47:55 +0800 Subject: [PATCH] chore(deps): relax numpy>=1.24 to >=1.21 for Python 3.7 compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f92b0979..77a66551 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.24 +numpy>=1.21 aiohttp>=3.8.6,<3.10 requests>=2.28.2 chardet>=5.1.0