From 1800ee381ac19f6c1c43d85bf8541f32c54b41d3 Mon Sep 17 00:00:00 2001 From: MichelJuillard <michel.juillard@mjui.fr> Date: Sat, 16 Oct 2021 19:23:08 +0200 Subject: [PATCH] fix compat --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c1884be..a33795b 100644 --- a/Project.toml +++ b/Project.toml @@ -4,5 +4,7 @@ authors = ["michel "] version = "0.1.3" [deps] -julia = ">= 1.7.0" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" + +[compat] +julia = ">= 1.7.0" -- GitLab