From 9e0e1c782329c8495afe69249782e87253828543 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 22 Sep 2023 16:03:11 -0400 Subject: [PATCH] Update Project.toml use Catlab 15 and Julia 1.9 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f44cb80..6b5a155 100644 --- a/Project.toml +++ b/Project.toml @@ -8,5 +8,5 @@ version = "0.0.1" Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" [compat] -Catlab = "^0.14" -julia = "1.6" +Catlab = "^0.15" +julia = "1.9"