From c3c934f8c11a968963cb6b2f52a1040339dfd0e3 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Tue, 5 Dec 2023 15:03:16 +0300 Subject: [PATCH] =?UTF-8?q?fix(versions):=20=F0=9F=90=9E=20min=20numpy=20v?= =?UTF-8?q?ersion=20changed=20to=201.21.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .github/requirements-dev-min.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/requirements-dev-min.txt b/.github/requirements-dev-min.txt index a6a9230db..1cffe9808 100644 --- a/.github/requirements-dev-min.txt +++ b/.github/requirements-dev-min.txt @@ -8,7 +8,7 @@ idna==3.4 iniconfig==2.0.0 kiwisolver==1.4.5 matplotlib==3.5.0 -numpy==1.24.4 +numpy==1.21.2 opencv-python==4.5.5.64 packaging==23.2 Pillow==10.1.0 diff --git a/pyproject.toml b/pyproject.toml index 9851dee66..fea998322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers=[ [tool.poetry.dependencies] python = ">=3.8,<3.12.0" -numpy = ">=1.20.0" +numpy = ">=1.21.2" matplotlib = ">=3.5.0" pyyaml = ">=5.3,<=6.0.1" pillow = ">=9.4"