Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Aug 22, 2023
1 parent bd58c29 commit ebbe4eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ CoordinateTransformations = "<0.6.3, 0.6.3"
DocStringExtensions = "<0.9.3, 0.9.3"
FFMPEG = "0.4.0, 0.4.1"
FiniteDiff = "2.0, 2.21"
GeometryBasics = "<0.4.7, 0.4.7"
GeometryBasics = "<0.4.9, 0.4.9"
GraphBasedSystems = "1.0, 1.2"
LaTeXStrings = "1.3, 1.3"
LightXML = "<0.9.0, 0.9.0"
MeshCat = "<0.16.0, 0.16.0"
Meshing = "<0.6.0, 0.6.0"
Polyhedra = "<0.7.6, 0.7.6"
Quaternions = "0.5.2, 0.7.0, 0.7.4"
StaticArrays = "1.2, 1.5"
StaticArrays = "1.2, 1.6"
julia = "1.6, 1.9"
10 changes: 5 additions & 5 deletions examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ClosedIntervals = "<0.3.0, 0.3.0"
ControlSystemsBase = "1.0, 1.5"
Dojo = "<0.7.1, 0.7.1"
DojoEnvironments = "<0.5.2, 0.5.2"
ControlSystemsBase = "1.0, 1.8"
Dojo = "<0.7.3, 0.7.3"
DojoEnvironments = "<0.5.3, 0.5.3"
Flux = "<0.13.14, 0.13.14"
ForwardDiff = "<0.10.35, 0.10.35"
JLD2 = "<0.4.31, 0.4.31"
ForwardDiff = "<0.10.36, 0.10.36"
JLD2 = "<0.4.33, 0.4.33"
Literate = "2.0, 2.14"
Plots = "1.0, 1.38"
ReinforcementLearning = "0.10.0, 0.10.2"
Expand Down
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
BenchmarkTools = "<1.3, 1.3"
FiniteDiff = "2.0, 2.21"
ForwardDiff = "0.10.19, 0.10.35"
ForwardDiff = "0.10.19, 0.10.36"
Rotations = "1.3, 1.5"
SafeTestsets = "0.0.1, 0.0.1"
StaticArrays = "1.2, 1.5"
StaticArrays = "1.2, 1.6"

0 comments on commit ebbe4eb

Please sign in to comment.