From 1aa0a682c3dae52f17bd782afb7d5a0713c9240b Mon Sep 17 00:00:00 2001 From: Ludvig af Klinteberg Date: Tue, 29 Oct 2019 15:04:08 +0100 Subject: [PATCH] Add upper bounds to compat entries --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ab27d51..1ec017c 100644 --- a/Project.toml +++ b/Project.toml @@ -8,8 +8,8 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" [compat] -BinaryProvider = "≥ 0.5.2" -SpecialFunctions = "≥ 0.6.0" +BinaryProvider = "^0.5.2" +SpecialFunctions = "^0.8.0" julia = "^1.0.0" [extras]