From 885a4dff5909731937b6a727898337055de982d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jun 2022 16:03:50 +0000 Subject: [PATCH] CompatHelper: bump compat for PreallocationTools to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ffa7122d..2b96615a 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Distributions = "0.25" ForwardDiff = "0.10" LsqFit = "0.8, 0.9, 0.10, 0.11, 0.12" PenaltyFunctions = "0.1, 0.2" -PreallocationTools = "0.2" +PreallocationTools = "0.2, 0.3" RecursiveArrayTools = "1.0, 2.0" SciMLBase = "1" julia = "1.6"