From 39ad5b4c9b5b348ca66e3687b8ab02fce8a66865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:22:18 +0000 Subject: [PATCH] Update numpy requirement from 0.22 to 0.23 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-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 cc142cbd..08ed6f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ snafu = { version = "0.8.0", features = ["backtrace"] } rstest = "0.23.0" pyo3 = { version = "0.22", features = ["multiple-pymethods"] } pyo3-log = "0.11" -numpy = "0.22" +numpy = "0.23" ndarray = ">= 0.15, < 0.17" anise = { version = "0.5.1", path = "anise", default-features = false }