Skip to content

Commit 3d4fb29

Browse files
authored
Merge pull request #50 from JuliaReach/schillic/RB
Allow ReachabilityBase v0.3
2 parents 9f35acd + 105a116 commit 3d4fb29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1111

1212
[compat]
1313
LinearAlgebra = "<0.0.1, 1.6"
14-
ReachabilityBase = "0.1.1 - 0.2"
14+
ReachabilityBase = "0.1.1 - 0.3"
1515
Reexport = "0.2, 1"
1616
Requires = "0.5, 1"
1717
Statistics = "<0.0.1, 1.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Aqua = "0.8"
1313
Flux = "0.13 - 0.14"
1414
MAT = "0.10"
1515
ONNX = "0.2"
16-
ReachabilityBase = "0.1.1 - 0.2"
16+
ReachabilityBase = "0.1.1 - 0.3"
1717
Statistics = "<0.0.1, 1.6"
1818
YAML = "0.3 - 0.4"

0 commit comments

Comments
 (0)