From 5c809cb8d3e5111d3608688aee6179db2856d8c3 Mon Sep 17 00:00:00 2001 From: apkille Date: Tue, 20 Aug 2024 11:43:27 -0400 Subject: [PATCH] update SDE.jl version to 6.68.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9001c84a..8b3d14a2 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ OrdinaryDiffEq = "5, 6" QuantumOpticsBase = "0.3, 0.4, 0.5" RecursiveArrayTools = "2, 3" Reexport = "0.2, 1.0" -StochasticDiffEq = "6" +StochasticDiffEq = "6, 6.68.0" WignerSymbols = "1, 2" julia = "1.10"