Skip to content

Commit 79e53a3

Browse files
authored
Merge pull request #4 from Cambridge-Control-Lab/compathelper/new_version/2025-01-16-01-17-00-559-01033083977
CompatHelper: bump compat for Colors to 0.13, (keep existing compat)
2 parents 12b7702 + 34971a1 commit 79e53a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ VMRobotControlMakieExt = "Makie"
4646
[compat]
4747
BenchmarkTools = "1"
4848
ColorTypes = "0.11"
49-
Colors = "0.12"
49+
Colors = "0.12, 0.13"
5050
DataStructures = "0.18"
51-
DifferentialEquations = "7"
5251
DiffResults = "1"
53-
DigitalAssetExchangeFormatIO = "1.1.2" # This is required, previous versions broken
52+
DifferentialEquations = "7"
53+
DigitalAssetExchangeFormatIO = "1.1.2"
5454
EzXML = "1"
5555
FileIO = "1"
5656
ForwardDiff = "0.10"
@@ -59,16 +59,16 @@ GeometryBasics = "0.4"
5959
Graphs = "1"
6060
JSON = "0.21"
6161
LoopVectorization = "0.12"
62-
Makie = "0.21"
62+
Makie = "0.21"
6363
MeshIO = "0.4"
6464
Observables = "0.5"
6565
OrderedCollections = "1"
66+
Pkg = "1"
6667
PreallocationTools = "0.4"
6768
ResultTypes = "4"
68-
StaticArrays = "1.8.1" # Manual
69-
StatsBase = "0.34"
70-
Pkg = "1"
7169
SparseArrays = "1"
70+
StaticArrays = "1.8.1"
71+
StatsBase = "0.34"
7272

7373
[extras]
7474
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"

0 commit comments

Comments
 (0)