From 105a1169ffeb6f7af3069d8cd8e303ed8fb286d2 Mon Sep 17 00:00:00 2001 From: schillic Date: Thu, 27 Jun 2024 05:25:32 +0200 Subject: [PATCH] allow ReachabilityBase v0.3 --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6ecfd23..9cf39b8 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/test/Project.toml b/test/Project.toml index a349f54..a9d5c82 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -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"