Skip to content

Commit

Permalink
Merge pull request #50 from JuliaReach/schillic/RB
Browse files Browse the repository at this point in the history
Allow ReachabilityBase v0.3
  • Loading branch information
schillic authored Jun 27, 2024
2 parents 9f35acd + 105a116 commit 3d4fb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
LinearAlgebra = "<0.0.1, 1.6"
ReachabilityBase = "0.1.1 - 0.2"
ReachabilityBase = "0.1.1 - 0.3"
Reexport = "0.2, 1"
Requires = "0.5, 1"
Statistics = "<0.0.1, 1.6"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Aqua = "0.8"
Flux = "0.13 - 0.14"
MAT = "0.10"
ONNX = "0.2"
ReachabilityBase = "0.1.1 - 0.2"
ReachabilityBase = "0.1.1 - 0.3"
Statistics = "<0.0.1, 1.6"
YAML = "0.3 - 0.4"

0 comments on commit 3d4fb29

Please sign in to comment.