diff --git a/Project.toml b/Project.toml index 3b2fda952..db6d88e78 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ Combinatorics = "1.0" DataStructures = "0.18" DocStringExtensions = "0.9" Graphs = "1.9" -Hecke = "0.30, 0.31, 0.32, 0.33, 0.34, 0.34.3, 0.34.4" +Hecke = "0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.34.3, 0.34.4" HostCPUFeatures = "0.1.6" ILog2 = "0.2.3" InteractiveUtils = "1.9" @@ -57,7 +57,7 @@ LDPCDecoders = "0.3.1" LinearAlgebra = "1.9" MacroTools = "0.5.9" Makie = "0.20, 0.21" -Nemo = "0.43, 0.44, 0.45, 0.46, 0.47, 0.47.1" +Nemo = "0.43.0, 0.43, 0.44, 0.45, 0.46, 0.47, 0.47.1" Oscar = "1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1.0, 1.1.1" Plots = "1.38.0" PrecompileTools = "1.2" @@ -70,4 +70,4 @@ SIMD = "3.4.0" SparseArrays = "1.9" Statistics = "1.9" SumTypes = "0.5" -julia = "1.6, 1.9" +julia = "1.9" diff --git a/docs/Project.toml b/docs/Project.toml index 8ef02232a..6ab639659 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,6 +8,7 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" Hecke = "3e1990a7-5d81-5526-99ce-9ba3ff248f21" LDPCDecoders = "3c486d74-64b9-4c60-8b1a-13a564e77efb" Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a" +Oscar = "f1435218-dba5-11e9-1e4d-f1a5fab5fc13" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" PyQDecoders = "17f5de1a-9b79-4409-a58d-4d45812840f7" Quantikz = "b0d11df0-eea3-4d79-b4a5-421488cbf74b" diff --git a/test/Project.toml b/test/Project.toml index c69088264..e99ba6172 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -4,6 +4,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"