Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SymbolicWedderburn = "858aa9a9-4c7c-4c62-b466-2421203962a2"

[compat]
DataStructures = "0.18"
DataStructures = "0.18, 0.19"
JuMP = "1.10"
MathOptInterface = "1.13"
MultivariateBases = "0.2"
Expand All @@ -29,5 +29,5 @@ MutableArithmetics = "1"
PolyJuMP = "0.7"
Reexport = "0.2, 1.0"
SemialgebraicSets = "0.3"
SymbolicWedderburn = "0.3"
SymbolicWedderburn = "0.3, 0.4"
julia = "1.6"
2 changes: 1 addition & 1 deletion src/Certificate/Symmetry/wedderburn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function _gram_basis(pattern::Pattern, basis, ::Type{T}) where {T}
T,
pattern.group,
pattern.action,
basis,
collect(basis),
semisimple = true,
)
# We have a new basis `b = vcat(R * basis.monomials for R in summands)``.
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DynamicPolynomials = "0.5"
DynamicPolynomials = "0.6"
Loading