We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3f4b3 commit 4f54514Copy full SHA for 4f54514
Project.toml
@@ -44,7 +44,6 @@ VMRobotControlDifferentialEquationsExt = "DifferentialEquations"
44
VMRobotControlMakieExt = "Makie"
45
46
[compat]
47
-julia = "1.9"
48
BenchmarkTools = "1"
49
ColorTypes = "0.11, 0.12"
50
Colors = "0.12, 0.13"
@@ -54,7 +53,7 @@ DifferentialEquations = "7"
54
53
DigitalAssetExchangeFormatIO = "1.1.3"
55
EzXML = "1"
56
FileIO = "1"
57
-ForwardDiff = "0.10"
+ForwardDiff = "0.10, 1"
58
FunctionWrappers = "1"
59
GeometryBasics = "0.5"
60
Graphs = "1"
@@ -70,6 +69,7 @@ ResultTypes = "3, 4"
70
69
SparseArrays = "1"
71
StaticArrays = "1.8.1"
72
StatsBase = "0.34"
+julia = "1.9"
73
74
[extras]
75
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
0 commit comments