Skip to content

Commit

Permalink
add Oscar 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4,1.2.0-DEV and Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Oct 8, 2024
1 parent a5c1426 commit e45bf89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Combinatorics = "1.0"
DataStructures = "0.18"
DocStringExtensions = "0.9"
Graphs = "1.9"
Hecke = "0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.34.3"
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"
Expand All @@ -58,7 +58,7 @@ 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"
Oscar = "1.1.0, 1.1.1"
Oscar = "1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1.0, 1.1.1, 1.2.0-DEV"
Plots = "1.38.0"
PrecompileTools = "1.2"
PyQDecoders = "0.2.1"
Expand All @@ -70,4 +70,4 @@ SIMD = "3.4.0"
SparseArrays = "1.9"
Statistics = "1.9"
SumTypes = "0.5"
julia = "1.9"
julia = "1.6, 1.9"
2 changes: 2 additions & 0 deletions test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Nemo
using AbstractAlgebra
using Hecke
using Oscar

rep = report_package("QuantumClifford";
ignored_modules=(
Expand All @@ -21,6 +22,7 @@
AnyFrameModule(Nemo),
AnyFrameModule(AbstractAlgebra),
AnyFrameModule(Hecke),
AnyFrameModule(Oscar),
))

@show rep
Expand Down

0 comments on commit e45bf89

Please sign in to comment.