From fdb0754a8ad91885e29f9aa6e48f9f575984490d Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Fri, 22 Nov 2024 06:48:28 +0100 Subject: [PATCH] rm explicit deps --- Project.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 0c6f0d8..23ba140 100644 --- a/Project.toml +++ b/Project.toml @@ -4,9 +4,7 @@ authors = ["baggepinnen "] version = "3.9.1" [deps] -ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e" DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" -Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -40,13 +38,13 @@ ControlSystemsBase = "1" DelimitedFiles = "1" Distributions = "0.21.10, 0.22, 0.23, 0.24, 0.25" ForwardDiff = "0.10" -Lazy = "<0.15, 0.15" +Lazy = "0.15" LinearAlgebra = "1.7" LoopVectorization = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12" -MonteCarloMeasurements = "1" MaybeInplace = "0.1" +MonteCarloMeasurements = "1" PDMats = "0.10, 0.11" -Parameters = "<0.13" +Parameters = "0.12" Plots = "1" Polyester = "0.6, 0.7" Printf = "1.7"