From a4ee10148c74e9aea34a553a08d7582b0a0cd4ab Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sun, 18 Feb 2024 13:44:40 -0800 Subject: [PATCH] update compat for release --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d77b03e9..7f5fa81e 100644 --- a/Project.toml +++ b/Project.toml @@ -45,9 +45,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Calculus = "0.4,0.5" Colors = "0.11,0.12" Conda = "1" -CSV = "0" +CSV = "0.10" DataFrames = "1" SciMLSensitivity = "^7" +FastGaussQuadrature = "0.5" ForwardDiff = "0.10" Images = "0.24" IncompleteLU = "0.2" @@ -56,7 +57,7 @@ LsqFit = "0.12" ModelingToolkit = "8" OrdinaryDiffEq = "^6" Parameters = "0.12" -PreallocationTools = "0" +PreallocationTools = "0.4" PyCall = "1" PyPlot = "2" QuartzImageIO = "0.7"