From ed5675e2d12b984e63ec6c712e2fae28f94ad02b Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Wed, 4 Dec 2019 08:53:24 +0700 Subject: [PATCH] Add version bounds to Project.toml --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ac2c1f3..c29e411 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,9 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4" [compat] -julia = "≥ 1.0" +julia = "1" +Calculus = "0.5" +Tensors = "1" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"