From 5ae1f6696a32564a08546f8baff227323df3e328 Mon Sep 17 00:00:00 2001 From: konkam Date: Thu, 29 Oct 2020 18:14:38 +0100 Subject: [PATCH] tried to avoid 'cannot parse compat entry' --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index a956b3f..1848215 100644 --- a/Project.toml +++ b/Project.toml @@ -10,10 +10,10 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" [compat] -Memoization = "0.1 - 0.2" -Nemo = "0.17 - 0.30" -SpecialFunctions = "0.9 - 0.30" -StatsFuns = "0.9 - 0.30" +Memoization = "0.1, 0.2" +Nemo = "0.17, 0.18" +SpecialFunctions = "0.9, 0.10" +StatsFuns = "0.9, 0.10" julia = "^1" [extras]