From 2b46d4358e3d6a57fc3aae71313c42bf2af2ebc8 Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 13 Nov 2025 21:21:05 +0100 Subject: [PATCH] chore: Remove unsed dependency (argmin-math) Currently not used, so removing to trim the number of dependencies --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8de530fb..8ffab2230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,6 @@ pharmsol = "=0.20.0" rand = "0.9.0" anyhow = "1.0.100" rayon = "1.10.0" -argmin-math = "0.5.0" [features] default = []