From 9e5125c1db3fe60c6c6a3fd544b60dbea6ddf6f2 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Thu, 22 Feb 2024 15:56:04 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D1=82=D1=8C?= =?UTF-8?q?=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 2152d82..e066bda 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1350,4 +1350,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.9" -content-hash = "286d32363f9d7a637ccb5acb285261e0fe1622068963ba30922706f88744746c" +content-hash = "fc9b5e0f33587039913d0c8ef60a259b6b42f2d15a177c67f99f5c260b2ec857" diff --git a/pyproject.toml b/pyproject.toml index 97aeac2..6a347e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ pillow = "9.5" scikit-learn = "1.3.2" # latest win32 scipy = "1.9.1" +numpy = { version = "^1", markers = "python_version < '3.9'" } [build-system]