Skip to content

Commit 12b7702

Browse files
committed
Fix Project.toml compat
1 parent 4ca9fd1 commit 12b7702

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Project.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@ VMRobotControlMakieExt = "Makie"
4545

4646
[compat]
4747
BenchmarkTools = "1"
48-
ColorTypes = ">= 0.11"
49-
Colors = ">= 0.12"
50-
DataStructures = ">= 0.18"
48+
ColorTypes = "0.11"
49+
Colors = "0.12"
50+
DataStructures = "0.18"
5151
DifferentialEquations = "7"
5252
DiffResults = "1"
53-
DigitalAssetExchangeFormatIO = ">= 1.1.2" # This is required, previous versions broken
53+
DigitalAssetExchangeFormatIO = "1.1.2" # This is required, previous versions broken
5454
EzXML = "1"
5555
FileIO = "1"
56-
ForwardDiff = ">= 0.10"
56+
ForwardDiff = "0.10"
5757
FunctionWrappers = "1"
58-
GeometryBasics = ">= 0.4"
58+
GeometryBasics = "0.4"
5959
Graphs = "1"
60-
JSON = ">= 0.21"
61-
LoopVectorization = ">= 0.12"
62-
Makie = ">= 0.21"
63-
MeshIO = ">= 0.4"
64-
Observables = ">= 0.5"
60+
JSON = "0.21"
61+
LoopVectorization = "0.12"
62+
Makie = "0.21"
63+
MeshIO = "0.4"
64+
Observables = "0.5"
6565
OrderedCollections = "1"
66-
PreallocationTools = ">= 0.4"
66+
PreallocationTools = "0.4"
6767
ResultTypes = "4"
68-
StaticArrays = ">= 1.8.1" # Manual
69-
StatsBase = ">= 0.34"
68+
StaticArrays = "1.8.1" # Manual
69+
StatsBase = "0.34"
7070
Pkg = "1"
7171
SparseArrays = "1"
7272

0 commit comments

Comments
 (0)