From 387b8853d82d5899b0e5d25ad5a6e8b087203461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 07:11:51 +0000 Subject: [PATCH] Update argmin requirement from 0.2.6 to 0.5.1 Updates the requirements on [argmin](https://github.com/argmin-rs/argmin) to permit the latest version. - [Release notes](https://github.com/argmin-rs/argmin/releases) - [Changelog](https://github.com/argmin-rs/argmin/blob/v0.5.1/CHANGELOG.md) - [Commits](https://github.com/argmin-rs/argmin/compare/v0.2.6...v0.5.1) --- updated-dependencies: - dependency-name: argmin 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..3a63ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ crate-type = ["cdylib"] [dependencies] # argmin_core = { path = "../argmin-core" } # argmin = { path = "../argmin", features = ["ctrlc", "ndarrayl"]} -argmin = {version = "0.2.6", features = ["ctrlc", "ndarrayl"]} +argmin = {version = "0.5.1", features = ["ctrlc", "ndarrayl"]} pyo3 = { version = "0.8.5", features = ["extension-module"] } serde = "1.0" numpy = "0.7.0"