From c1dbafb472701ce7404f2de2226ea0355776666e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:46:11 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /ordvec-python Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ordvec-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ordvec-python/pyproject.toml b/ordvec-python/pyproject.toml index 89bbde54..3b86a27a 100644 --- a/ordvec-python/pyproject.toml +++ b/ordvec-python/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ ] dependencies = [ - "numpy>=1.20", + "numpy>=2.0.2", ] [project.urls]