From a6e70cc686a8842a6034fe27c4b1d56d40c00941 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Feb 2023 01:27:45 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.14, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5408fac..aa4cf44 100644 --- a/Project.toml +++ b/Project.toml @@ -15,12 +15,12 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6" [compat] DifferentialEquations = "7" -PyPlot = "2" +Interpolations = "0.13, 0.14" NumericalIntegration = "0.3" +Parameters = "0.12" +PyPlot = "2" QuantumOptics = "1" UnsafeArrays = "1" -Interpolations = "0.13" -Parameters = "0.12" julia = "1" [extras]