From c6198a3bf3e6e1bc8e9b2c2faea1896b01fdf6cd Mon Sep 17 00:00:00 2001 From: Kipton Barros Date: Mon, 13 May 2024 01:42:40 -0600 Subject: [PATCH] Bump Makie compatibility (#31) * Bump Makie compatibility * Bump Brillouin.jl to v0.5.17 --------- Co-authored-by: Thomas Christensen --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3845a5f..2d90a4c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Brillouin" uuid = "23470ee3-d0df-4052-8b1a-8cbd6363e7f0" authors = ["Thomas Christensen and contributors"] -version = "0.5.16" +version = "0.5.17" [deps] Bravais = "ada6cbde-b013-4edf-aa94-f6abe8bd6e6b" @@ -27,7 +27,7 @@ BrillouinSpglibExt = "Spglib" Bravais = "0.1.8" DirectQhull = "0.2.1" DocStringExtensions = "0.8, 0.9" -Makie = "0.19, 0.20" +Makie = "0.19, 0.20, 0.21" PlotlyJS = "0.18" Reexport = "1" Requires = "1.1"