Skip to content

Commit 208147f

Browse files
authored
fix: allow for Symbolics > 6.34 (#433)
1 parent de3a5d8 commit 208147f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ HarmonicSteadyState = "0.2.1"
2828
JET = "0.9.18, 0.10"
2929
ModelingToolkit = "9.60"
3030
PrecompileTools = "1.2"
31-
QuestBase = "0.3.0"
31+
QuestBase = "0.3.1"
3232
Random = "1.10"
3333
Reexport = "1.2.2"
3434
SymbolicUtils = "3.25"
35-
Symbolics = "~6.34.0"
35+
Symbolics = "6.34.0"
3636
Test = "1.10"
3737
julia = "1.10"
3838

0 commit comments

Comments
 (0)