From 914b957790c2f98c2cfcccfe1b793067541ee345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:43:14 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.24 to 2.2.6 Bumps [numpy](https://github.com/numpy/numpy) from 1.24 to 2.2.6. - [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.24.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 310fcce..4af20a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dynamic = ["version"] dependencies = [ # numpy is imported at package import (transforms.py), and the loader returns NumPy arrays; # pyarrow is needed to read the Parquet that `convert_mcap` writes. - "numpy==1.24", + "numpy==2.2.6", "pyarrow==14", ] @@ -69,7 +69,7 @@ Discussions = "https://github.com/Mullassery/PyRoboFrames/discussions" [project.optional-dependencies] mlx = ["mlx==0.20"] -dev = ["pytest==8", "numpy==1.24", "maturin==1.7"] +dev = ["pytest==8", "numpy==2.2.6", "maturin==1.7"] [tool.maturin] manifest-path = "crates/pyroboframes-py/Cargo.toml"