From d04f15ed1f215fbbec6dbbcc96bab7dd5cbd54e6 Mon Sep 17 00:00:00 2001 From: Hao-Wei Pang Date: Fri, 8 Sep 2023 14:52:09 -0400 Subject: [PATCH] Relax package version requirement --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6236e221..8fd3639d 100644 --- a/Project.toml +++ b/Project.toml @@ -43,14 +43,14 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Calculus = "0.4,0.5" Colors = "0.11,0.12" Conda = "1" -DiffEqSensitivity = "6" +DiffEqSensitivity = "^6" ForwardDiff = "0.10" Images = "0.24" IncompleteLU = "0.2" IterTools = "1.3" LsqFit = "0.12" ModelingToolkit = "8" -OrdinaryDiffEq = "6" +OrdinaryDiffEq = "^6" Parameters = "0.12" PreallocationTools = "0" PyCall = "1" @@ -58,7 +58,7 @@ PyPlot = "2" QuartzImageIO = "0.7" RecursiveArrayTools = "2.17" ReverseDiff = "1.9" -SciMLBase = "1" +SciMLBase = "^1" SmoothingSplines = "0.3" SpecialFunctions = "1" StaticArrays = "1"