Skip to content

Commit

Permalink
compat improvements, use GAP 0.11.4 or greater to avoid GAP CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Oct 8, 2024
1 parent 6a8f5a3 commit 1977699
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.9.11"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HostCPUFeatures = "3e5b6fbb-0976-4d2c-9146-d79de83f2fb0"
ILog2 = "2cd5bd5f-40a1-5050-9e10-fc8cdb6109f5"
Expand Down Expand Up @@ -48,17 +49,18 @@ CUDA = "4.4.0, 5"
Combinatorics = "1.0"
DataStructures = "0.18"
DocStringExtensions = "0.9"
GAP = "0.10.2, 0.11, 0.12, 0.12.0"
Graphs = "1.9"
Hecke = "0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.34.3, 0.34.4"
Hecke = "0.32.0, 0.33, 0.34"
HostCPUFeatures = "0.1.6"
ILog2 = "0.2.3"
InteractiveUtils = "1.9"
LDPCDecoders = "0.3.1"
LinearAlgebra = "1.9"
MacroTools = "0.5.9"
Makie = "0.20, 0.21"
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"
Nemo = "0.45.5, 0.46, 0.47"
Oscar = "1.1.1"
Plots = "1.38.0"
PrecompileTools = "1.2"
PyQDecoders = "0.2.1"
Expand All @@ -70,4 +72,4 @@ SIMD = "3.4.0"
SparseArrays = "1.9"
Statistics = "1.9"
SumTypes = "0.5"
julia = "1.9"
julia = "1.6, 1.9"

0 comments on commit 1977699

Please sign in to comment.