From bd87dcde9d211ca6e4e9bcffba8769ecaa047b5a Mon Sep 17 00:00:00 2001 From: lmej6348 Date: Thu, 2 Nov 2023 11:37:56 +1100 Subject: [PATCH 1/2] Added compat entries for stdlib packages --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index 2beb516..d5c96f9 100644 --- a/Project.toml +++ b/Project.toml @@ -40,14 +40,18 @@ Glob = "1" Interpolations = "0.14" JLD2 = "0.4" JSON = "0.21" +LinearAlgebra = "1.8, 1.9" MeshIO = "0.4" Meshes = "0.34, 0.35" NRRD = "0.6" Optim = "1" Polyester = "0.7" +Printf = "1.8, 1.9" ProgressMeter = "1" Roots = "2" Rotations = "1" +SparseArrays = "1.8, 1.9" StaticArrays = "1" +Test = "1.8, 1.9" WriteVTK = "1" julia = "1.8" From 098b73d0c212b0e100a2c1c4dcd97bcd7af457fc Mon Sep 17 00:00:00 2001 From: lmej6348 Date: Thu, 2 Nov 2023 11:43:47 +1100 Subject: [PATCH 2/2] Changed versions to 1 --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index d5c96f9..0d208c1 100644 --- a/Project.toml +++ b/Project.toml @@ -40,18 +40,18 @@ Glob = "1" Interpolations = "0.14" JLD2 = "0.4" JSON = "0.21" -LinearAlgebra = "1.8, 1.9" +LinearAlgebra = "1" MeshIO = "0.4" Meshes = "0.34, 0.35" NRRD = "0.6" Optim = "1" Polyester = "0.7" -Printf = "1.8, 1.9" +Printf = "1" ProgressMeter = "1" Roots = "2" Rotations = "1" -SparseArrays = "1.8, 1.9" +SparseArrays = "1" StaticArrays = "1" -Test = "1.8, 1.9" +Test = "1" WriteVTK = "1" julia = "1.8"