From 0ea7dfc62780d6003ff212a9a271600f37dd0b00 Mon Sep 17 00:00:00 2001 From: Kohulan Date: Mon, 28 Oct 2024 14:15:06 +0100 Subject: [PATCH] chore: numpy update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f279a1..96a8787 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ packages=setuptools.find_packages(), license="MIT", install_requires=[ - "numpy>=1.19", + "numpy>=1.24,<2.0", "imgaug", "scikit-image", "epam.indigo",