From a43970fb6538886745a9aa87043d1460710d3f7c Mon Sep 17 00:00:00 2001 From: LinasKo Date: Mon, 17 Jun 2024 16:46:47 +0300 Subject: [PATCH] Pin numpy to <2.0.0 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index ecad075de..e1894540f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4258,4 +4258,4 @@ desktop = ["opencv-python"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e3d79f6c93041323b04c7b45e93bb3c4198b21889044004af8a0485a6145a207" +content-hash = "19649609326e741c97bf1b32b28dc5dee72e18d9ce2a53c554980c81e0fe49a9" diff --git a/pyproject.toml b/pyproject.toml index 59d4176d5..d366c5b4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers=[ [tool.poetry.dependencies] python = "^3.8" -numpy = ">=1.21.2" +numpy = ">=1.21.2,<2.0.0" scipy = [ { version = "1.10.0", python = "<3.9" }, { version = "^1.10.0", python = ">=3.9" }