From 613e1c854188d2453a507c83f3dbc10d17e0c448 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 12:38:35 +0000 Subject: [PATCH] CompatHelper: bump compat for "Primes" to "0.5" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b1f2f4c..25edbae 100644 --- a/Project.toml +++ b/Project.toml @@ -12,8 +12,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +Primes = "0.4, 0.5" julia = "1" -Primes = "0.4" [extras] SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"