From 6201987d1eab9afcf8506aeb6bdde654760afa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Mon, 31 Oct 2022 16:17:44 -0300 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index af3b39d..e3ff0b6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Biplots" uuid = "9eb8d32e-48e1-486a-8aed-3d24e9b2252a" authors = ["JĂșlio Hoffimann and contributors"] -version = "1.0.0" +version = "1.0.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -11,7 +11,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -Makie = "0.17" +Makie = "0.17, 0.18" Tables = "1.7" julia = "1.6"