From 43febd9534e84487e52a7b08be1ca8c6114d421a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:19:02 -0500 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.48, (keep existing compat) (#450) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 86ff8aac4..03e95c299 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ LDPCDecoders = "0.3.1" LinearAlgebra = "1.9" MacroTools = "0.5.9" Makie = "0.20, 0.21" -Nemo = "0.42.1, 0.43, 0.44, 0.45, 0.46, 0.47" +Nemo = "0.42.1, 0.43, 0.44, 0.45, 0.46, 0.47, 0.48" Plots = "1.38.0" PrecompileTools = "1.2" PyQDecoders = "0.2.1"