From 3496aed90ac9be795bfbb13fe98c916ac3e0f9b3 Mon Sep 17 00:00:00 2001 From: dronperminov Date: Mon, 25 Sep 2023 17:51:31 +0300 Subject: [PATCH] add intervals for numpy and opencv --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6684e9..986f37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,8 @@ license = {file = "LICENSE"} dynamic = ["version"] requires-python = ">=3.6" dependencies = [ - "numpy==1.23.3", - "opencv-python==4.6.0.66", + "numpy>=1.22.0,<=1.23.3", + "opencv-python>=4.5.5.64,<=4.6.0.66", "pyclipper==1.3.0.post4", # for doctr "pytesseract==0.3.10", "scikit_learn==1.0.2",