Skip to content

Commit

Permalink
Merge pull request #32 from JuliaReach/schillic/RB
Browse files Browse the repository at this point in the history
Use LazySets v2.14 and allow ReachabilityBase v0.3
  • Loading branch information
schillic committed Jun 28, 2024
2 parents b3e3d36 + e8f171c commit 6ba56df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[compat]
ControllerFormats = "0.2.3"
LazySets = "2.13"
LazySets = "2.14"
LinearAlgebra = "<0.0.1, 1.6"
ReachabilityBase = "0.2.1"
ReachabilityBase = "0.2.1 - 0.3"
Reexport = "0.2, 1"
Requires = "0.5, 1"
julia = "1.6"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Aqua = "0.8"
CDDLib = "0.6 - 0.9"
ControllerFormats = "0.2"
IntervalConstraintProgramming = "0.9 - 0.13"
LazySets = "2.13"
LazySets = "2.14"
Optim = "1"
Polyhedra = "0.6 - 0.7"
ReachabilityAnalysis = "0.22 - 0.26"

0 comments on commit 6ba56df

Please sign in to comment.