From 333266bcb2384e4017fcdd1d7af34656e1029deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:02:37 +0000 Subject: [PATCH] deps(deps): update numpy requirement from 0.22.0 to 0.25.0 Updates the requirements on [numpy](https://github.com/PyO3/rust-numpy) to permit the latest version. - [Release notes](https://github.com/PyO3/rust-numpy/releases) - [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyO3/rust-numpy/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf75dd7..8826487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ csv = "*" glob = "*" indicatif = "*" ndarray = { version = "0.16.1", features = ["rayon"] } -numpy = "0.22.0" +numpy = "0.25.0" pyo3 = { version = "0.22.5", features = ["abi3-py311", "extension-module"] } rayon = "*" thiserror = "1.0.60"