From 23c184e91fb7a5e6f37c4088be849a1fd675fb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 07:13:44 +0000 Subject: [PATCH] Update numpy requirement from 0.7.0 to 0.17.2 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.7.0...v0.17.2) --- 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 c38421f..99b2de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ crate-type = ["cdylib"] argmin = {version = "0.2.6", features = ["ctrlc", "ndarrayl"]} pyo3 = { version = "0.8.5", features = ["extension-module"] } serde = "1.0" -numpy = "0.7.0" +numpy = "0.17.2" ndarray = "0.13" blas-src = { version = "0.4.0", default-features = false, features = ["openblas"] } openblas-src = { version = "0.7.0", default-features = false, features = ["cblas", "system"] }