From d97a16b19b901aac834a6694ca574ead1b0e1f27 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 00:05:47 +0000 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7dae85b..caa28f2 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ POMDPSimulators = "0.3" POMDPs = "0.9" Parameters = "0.12" ParticleFilters = "0.5" -SpecialFunctions = "1" +SpecialFunctions = "1, 2" StaticArrays = "0.12, 1" TikzPictures = "3" julia = "1"