From f3e04a04996663d4ed7c6c38c3b7445ed59daf98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 09:35:11 -0400 Subject: [PATCH] CompatHelper: bump compat for "JLD2" to "0.4" (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5fc20a41..855f72d7 100644 --- a/Project.toml +++ b/Project.toml @@ -19,8 +19,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Combinatorics = "1.0" DocStringExtensions = "0.8" -JLD2 = "0.2.4" -Meshing = "0.5" # for `src/compat/pyplot.jl` w/ Requires-load +JLD2 = "0.2.4, 0.4" +Meshing = "0.5" PrettyTables = "0.10, 0.11" Requires = "1.0, 1.1" StaticArrays = "1.0"