From 714490957e9c191571d8d492f5a07e1c4c08905b Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Sat, 16 Dec 2023 00:50:55 -0500 Subject: [PATCH] bump quantumopticsbase compat and more --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 35f16c5..3ce9668 100644 --- a/Project.toml +++ b/Project.toml @@ -29,8 +29,8 @@ LinearAlgebra = "1.9" PrecompileTools = "1" QuantumClifford = "0.8.14" QuantumInterface = "0.3.0" -QuantumOpticsBase = "0.4.6" +QuantumOpticsBase = "0.4.18" SymbolicUtils = "1.5" -Symbolics = "5.11" +Symbolics = "5.13" TermInterface = "0.3" julia = "1.9"