Skip to content

Commit dc32f12

Browse files
Merge pull request #231 from SciML/AlCap23-patch-7
Fix MTK and Symbolics for now
2 parents 8dd1d2f + 2b3f5dd commit dc32f12

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
@@ -23,12 +23,12 @@ Compat = "3.0"
2323
DataInterpolations = "3"
2424
DiffEqBase = "6"
2525
DocStringExtensions = "0.7, 0.8"
26-
ModelingToolkit = "5"
26+
ModelingToolkit = "5.20"
2727
ProgressMeter = "1.6"
2828
QuadGK = "2.4"
2929
Reexport = "1.0"
3030
StatsBase = "0.32.0, 0.33"
31-
Symbolics = "0.1, 1"
31+
Symbolics = "0.1.32"
3232
julia = "^1.6.0"
3333

3434
[extras]

0 commit comments

Comments
 (0)