From 5ab60fbabc5b2a8bd1c53e7236f4c7b5ea3db052 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 8 Nov 2022 01:18:50 +0000 Subject: [PATCH] CompatHelper: add new compat entry for WignerSymbols at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9a3589e..5f177e7 100644 --- a/Project.toml +++ b/Project.toml @@ -17,4 +17,5 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" [compat] QuantumLattices = "0.9.3" TightBindingApproximation = "0.1.15" +WignerSymbols = "2" julia = "1.8"