From 13d72ee51f3da3d24ebdc1e0eb27ab52a69f16fa Mon Sep 17 00:00:00 2001 From: Johanni Brea Date: Sun, 7 Nov 2021 20:53:28 +0100 Subject: [PATCH] compat --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 9418289..17f3a75 100644 --- a/Project.toml +++ b/Project.toml @@ -11,4 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] +ElasticArrays = "0.3, 0.4, 1" +Primes = "0.4, 0.5" +StaticArrays = "0.10, 0.11, 0.12, 1" julia = "1"