From de93833d7b6803f36910a0c65259948c26d03093 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 3 Nov 2024 00:27:34 +0000 Subject: [PATCH] CompatHelper: bump compat for DimensionalData to 0.29, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index a43844c..a212598 100644 --- a/Project.toml +++ b/Project.toml @@ -38,12 +38,12 @@ Adapt = "2, 3, 4" Aqua = "0.8" BenchmarkTools = "1" CUDA = "5" -Colors = "0.9, 0.10, 0.11, 0.12" ColorSchemes = "3" +Colors = "0.9, 0.10, 0.11, 0.12" ConstructionBase = "1" Crayons = "4" Dates = "1" -DimensionalData = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28" +DimensionalData = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29" DocStringExtensions = "0.8, 0.9" FileIO = "1" FixedPointNumbers = "0.8" @@ -53,8 +53,8 @@ KernelAbstractions = "0.9" LinearAlgebra = "1" Makie = "0.20, 0.21" ModelParameters = "0.3, 0.4" -Random = "1" REPL = "1" +Random = "1" Reexport = "0.2, 1" SafeTestsets = "0.1.0" Setfield = "0.6, 0.7, 0.8, 1"