From a9953d6ddd0ec3fca956bd774f3a1e3e84d15870 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 29 Oct 2024 00:57:01 +0000 Subject: [PATCH] CompatHelper: bump compat for QEDcore to 0.2, (keep existing compat) --- Project.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 819a058..529189a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,12 +1,6 @@ name = "QEDprocesses" uuid = "46de9c38-1bb3-4547-a1ec-da24d767fdad" -authors = [ - "Uwe Hernandez Acosta ", - "Simeon Ehrig", - "Klaus Steiniger", - "Tom Jungnickel", - "Anton Reinhard", -] +authors = ["Uwe Hernandez Acosta ", "Simeon Ehrig", "Klaus Steiniger", "Tom Jungnickel", "Anton Reinhard"] version = "0.2.0" [deps] @@ -17,7 +11,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] QEDbase = "0.2.2" -QEDcore = "0.1" +QEDcore = "0.1, 0.2" QuadGK = "2" StaticArrays = "1" julia = "1.10"