From 019d68c56dca29ec9c7b6dd86c787960a0cf0757 Mon Sep 17 00:00:00 2001 From: Corneliu Cofaru Date: Thu, 7 Dec 2023 22:03:07 +0100 Subject: [PATCH] Lower Julia requirement to v1.9 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1142866..0f900a5 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ CodecZlib = "^0.7" HDF5 = "^0.17" Languages = "^0.4" TranscodingStreams = "^0.10" -julia = "1.10" +julia = "1.9" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"