From 281906223cdfa83b3d8cadc1eaf2e0371e955ba8 Mon Sep 17 00:00:00 2001 From: Chen Zhao Date: Mon, 15 Jul 2024 22:28:54 -0400 Subject: [PATCH] upper bound for julia versions --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9e1cec4..a9b2cb3 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ OMEinsum = "0.7, 0.8" Vega = "2" YaoHIR = "0.2" YaoLocations = "0.1" -julia = ">= 1.9" +julia = "1.9, 1.10, 1.11, 1.12" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"