From 1e2b4744b9f496be1f623c5aa93b1e64301b5b13 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 Jan 2025 01:17:08 +0000 Subject: [PATCH] CompatHelper: bump compat for ColorTypes to 0.12, (keep existing compat) --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index ce4a7f3..1c1c1d8 100644 --- a/Project.toml +++ b/Project.toml @@ -45,12 +45,12 @@ VMRobotControlMakieExt = "Makie" [compat] BenchmarkTools = "1" -ColorTypes = "0.11" +ColorTypes = "0.11, 0.12" Colors = "0.12" DataStructures = "0.18" -DifferentialEquations = "7" DiffResults = "1" -DigitalAssetExchangeFormatIO = "1.1.2" # This is required, previous versions broken +DifferentialEquations = "7" +DigitalAssetExchangeFormatIO = "1.1.2" EzXML = "1" FileIO = "1" ForwardDiff = "0.10" @@ -59,16 +59,16 @@ GeometryBasics = "0.4" Graphs = "1" JSON = "0.21" LoopVectorization = "0.12" -Makie = "0.21" +Makie = "0.21" MeshIO = "0.4" Observables = "0.5" OrderedCollections = "1" +Pkg = "1" PreallocationTools = "0.4" ResultTypes = "4" -StaticArrays = "1.8.1" # Manual -StatsBase = "0.34" -Pkg = "1" SparseArrays = "1" +StaticArrays = "1.8.1" +StatsBase = "0.34" [extras] DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"