From ff7d9e98f3c1a935fa1f1cf216276b9a5d867ca9 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 22 May 2026 06:11:36 +0000 Subject: [PATCH] chore(deps): update dependency numpy to >=2.4.6,<3.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80b49d1..d391046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "lancedb>=0.11.0", "pyarrow>=16.0.0", "sentence-transformers>=3.0.0", - "numpy>=1.26.0,<2.3.0", + "numpy>=2.4.6,<3.0.0", "pydantic>=2.7.0", "torch-hd>=5.7.0", # imports as `torchhd`; PyPI name has a dash "structlog>=24.0.0",