From f3d54901aa4d38479249e9fa8b9d074541a81673 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Thu, 1 Feb 2024 09:14:31 +0100 Subject: [PATCH] move downloads dependency to test project.toml --- Project.toml | 1 - test/Project.toml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a78a90d..ca24444 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,6 @@ authors = ["Andrew R. Winters ", "Michael Schlottke- version = "0.1.0-pre" [deps] -Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" diff --git a/test/Project.toml b/test/Project.toml index cfac638..0522218 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,11 +2,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb" OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" +Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" [compat] Test = "1" Trixi = "0.5, 0.6" OrdinaryDiffEq = "6.49.1" +Downloads = "1" [preferences.OrdinaryDiffEq] PrecompileAutoSpecialize = false