Skip to content

Commit 00b60aa

Browse files
authored
build: bump compat to SymbolicUtils > v3.26 (#252)
1 parent 7b00199 commit 00b60aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ LaTeXStrings = "1"
2727
Latexify = "0.13, 0.14, 0.15, 0.16"
2828
LinearAlgebra = "1.10"
2929
MacroTools = "0.5"
30-
ModelingToolkit = "9"
30+
ModelingToolkit = "~9.70"
3131
OrdinaryDiffEq = "6"
3232
QuantumOptics = "1"
3333
QuantumOpticsBase = "0.4, 0.5"
3434
Random = "1.10"
3535
Reexport = "1"
3636
SciMLBase = "1, 2"
37-
SecondQuantizedAlgebra = "0.1"
37+
SecondQuantizedAlgebra = "0.3.1"
3838
SteadyStateDiffEq = "2"
39-
SymbolicUtils = "3.6 - 3.24"
39+
SymbolicUtils = "3.6"
4040
Symbolics = "6"
4141
TermInterface = "2"
4242
Test = "1.10"

test/test_average.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ using Test
6464
cumulant_expansion(average(a*b*c*d), 3),
6565
)
6666

67-
@test get_order(a*b + c) == 2
67+
@test get_order(a*b + c) == 2
6868

6969
end # testset

0 commit comments

Comments
 (0)