From e706305a4ee8e6a9bf9617d2e6c932a3325c0fb1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 05:39:41 +0000 Subject: [PATCH] Update numpy requirement from 0.7.0 to 0.12.2 Updates the requirements on [numpy](https://github.com/rust-numpy/rust-numpy) to permit the latest version. - [Release notes](https://github.com/rust-numpy/rust-numpy/releases) - [Changelog](https://github.com/PyO3/rust-numpy/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-numpy/rust-numpy/compare/v0.7.0...v0.12.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c38421f..28196e2 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.12.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"] }