From 91fdf22cc333990e7bb35508c7d37ed0915c894a Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 17 Jun 2021 16:16:33 +0200 Subject: [PATCH] Added upper bound to Julia compat It was >=1.5, but should just be 1.5 (I hope) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6edf970..3f773f7 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" [compat] -julia = ">= 1.5" +julia = "1.5" Clustering = "0.14.2" Combinatorics = "1.0.2" DSP = "0.6.8"