From 9aa5fc3f679b2e3fe5b55f56f1afc8839e2443b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 20 Aug 2021 00:40:24 +0000 Subject: [PATCH] CompatHelper: bump compat for QBase to 0.2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3ab031d..dfd10a2 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" QBase = "e52e8ede-12bf-4731-8af7-b01f6064cb11" [compat] -julia = "1" BellScenario = "0.1" Combinatorics = "1.0" -QBase = "0.1" +QBase = "0.1, 0.2" +julia = "1"