From 02a866ed750e8c2d95bc0abf85814277e6605e4f Mon Sep 17 00:00:00 2001 From: Fe-r-oz Date: Sun, 29 Sep 2024 18:24:13 +0500 Subject: [PATCH] Remove 0.43.0 from Project.toml as it causes conflicts --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 19ff3e24f..76117440b 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ LDPCDecoders = "0.3.1" LinearAlgebra = "1.9" MacroTools = "0.5.9" Makie = "0.20, 0.21" -Nemo = "0.43, 0.43.1, 0.44, 0.45, 0.46, 0.47" +Nemo = "0.43.1, 0.44, 0.45, 0.46, 0.47" Oscar = "1.1.1" Plots = "1.38.0" PrecompileTools = "1.2"