From 734c7796a54180719d4b23c42de8b5a0c758a8e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 18:38:15 +0200 Subject: [PATCH] CompatHelper: bump compat for QuantumOpticsBase to 0.4, (keep existing compat) (#363) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8c170bb7..e76570b7 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ ForwardDiff = "0.10" IterativeSolvers = "0.9" LinearMaps = "3" OrdinaryDiffEq = "5, 6" -QuantumOpticsBase = "0.3" +QuantumOpticsBase = "0.3, 0.4" RecursiveArrayTools = "2" Reexport = "0.2, 1.0" StochasticDiffEq = "6"