From 77f07db4d762e49d7d51508e97fb1c4873a58433 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 05:53:47 +0000 Subject: [PATCH] Update argmin requirement from 0.2.6 to 0.4.3 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) - [Commits](https://github.com/argmin-rs/argmin/compare/v0.2.6...v0.4.3) 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..0b4b63f 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.4.3", features = ["ctrlc", "ndarrayl"]} pyo3 = { version = "0.8.5", features = ["extension-module"] } serde = "1.0" numpy = "0.7.0"