From fdcbe418f7bcba5956e1db1cbf629ff76f21ebf1 Mon Sep 17 00:00:00 2001 From: Abhishek Bhatt <46929125+Abhishek-1Bhatt@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:59:46 -0500 Subject: [PATCH] set compat upper bound for ResumableFunctions (#87) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 86a9e72..1bc3fe5 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ QuantumOpticsBase = "0.4.17" QuantumSymbolics = "0.2.5" Random = "1" Reexport = "1.2.2" -ResumableFunctions = "0.6.1" +ResumableFunctions = "0.6.1 - 0.6.6" Statistics = "1" SumTypes = "0.5.1" julia = "1.9"