Skip to content

Commit e69b98b

Browse files
Merge pull request #5 from Merck/compathelper/new_version/2023-01-23-00-18-47-089-00783528392
CompatHelper: bump compat for Symbolics to 5, (keep existing compat)
2 parents 5d6c3a2 + 1eee37b commit e69b98b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Project.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,30 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
3333
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3434

3535
[compat]
36-
julia = "1.8"
37-
DifferentialEquations = "7.6"
38-
StatsFuns = "1.1"
36+
CSV = "0.10"
3937
Catlab = "0.14"
38+
ComponentArrays = "0.13"
39+
Crayons = "4.1"
4040
DataFrames = "1.4"
41-
PlutoUI = "0.7"
41+
DiffEqBase = "6.114"
42+
DifferentialEquations = "7.6"
43+
Distributions = "0.25"
44+
Documenter = "0.27"
4245
DocumenterMarkdown = "0.2"
43-
ComponentArrays = "0.13"
44-
JLD2 = "0.4"
4546
GeneratedExpressions = "0.1"
46-
DiffEqBase = "6.114"
47+
IJulia = "1.24"
48+
JLD2 = "0.4"
4749
JSON = "0.21"
50+
MacroTools = "0.5"
4851
NLopt = "0.6"
4952
OrdinaryDiffEq = "6.38"
50-
Symbolics = "4.14"
51-
IJulia = "1.24"
52-
SafeTestsets = "0.0"
53-
CSV = "0.10"
5453
Plots = "1.38"
54+
Pluto = "0.19"
55+
PlutoUI = "0.7"
5556
Reexport = "1.2"
57+
SafeTestsets = "0.0"
58+
StatsFuns = "1.1"
59+
Symbolics = "4.14, 5"
5660
TOML = "1.0"
57-
MacroTools = "0.5"
58-
Crayons = "4.1"
59-
Documenter = "0.27"
6061
Tables = "1.10"
61-
Distributions = "0.25"
62-
Pluto = "0.19"
62+
julia = "1.8"

0 commit comments

Comments
 (0)