From 0c9ab1bcde7263115360be77a7247914f1779497 Mon Sep 17 00:00:00 2001 From: Mandar Chitre Date: Sat, 29 Jun 2024 19:04:21 +0800 Subject: [PATCH] chore: bump deps --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index cda9ff5..4956c42 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "InteractiveViz" uuid = "d14badfc-0adb-4d57-980e-37858d990fa5" authors = ["Mandar Chitre "] -version = "0.6.0" +version = "0.6.1" [deps] FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" @@ -12,8 +12,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] julia = "1.6" -FillArrays = "1.0" -Makie = "0.19, 0.20" +FillArrays = "1" +Makie = "0.19, 0.20, 0.21" GeometryBasics = "0.4" Observables = "0.5" -Statistics = "1.9" +Statistics = "1"