From 8032fa953158cdea1fade411b29bb6205f9e3d01 Mon Sep 17 00:00:00 2001 From: "David P. Sanders" Date: Sun, 8 Dec 2024 18:33:58 -0600 Subject: [PATCH] Bound dependencies in Project.toml --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index eb1bb6d..978104c 100644 --- a/Project.toml +++ b/Project.toml @@ -12,8 +12,10 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] IntervalArithmetic = "0.22.12" +IntervalBoxes = "0.2" IntervalContractors = "0.5" ReversePropagation = "0.3" +StaticArrays = "1" Symbolics = "5, 6" julia = "1"