From 046411f37e3e64f5d9e2f501c34e6664f2d1cda5 Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Wed, 19 Jun 2024 21:54:06 +0800 Subject: [PATCH] Temporarily set numpy < 2.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc07b2d8df..da1992d2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pyclipper", "lmdb", "tqdm", - "numpy", + "numpy<2.0", "rapidfuzz", "opencv-python<=4.6.0.66", "opencv-contrib-python<=4.6.0.66", diff --git a/requirements.txt b/requirements.txt index 56856c5c54..c756367f13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ imgaug pyclipper lmdb tqdm -numpy +numpy<2.0 rapidfuzz opencv-python<=4.6.0.66 opencv-contrib-python<=4.6.0.66