Skip to content

Commit 613c6c2

Browse files
up compat; rm ipynb outputs
1 parent 09b52ce commit 613c6c2

File tree

2 files changed

+28
-1354
lines changed

2 files changed

+28
-1354
lines changed

Project.toml

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

3535
[compat]
36-
julia = "1.7"
37-
DifferentialEquations = "7.5"
38-
StatsFuns = "1.0"
36+
julia = "1.8"
37+
DifferentialEquations = "7.6"
38+
StatsFuns = "1.1"
3939
Catlab = "0.14"
40-
DataFrames = "1.3"
40+
DataFrames = "1.4"
4141
PlutoUI = "0.7"
4242
DocumenterMarkdown = "0.2"
4343
ComponentArrays = "0.13"
4444
JLD2 = "0.4"
4545
GeneratedExpressions = "0.1"
46-
DiffEqBase = "6.105"
46+
DiffEqBase = "6.114"
4747
JSON = "0.21"
4848
NLopt = "0.6"
49-
OrdinaryDiffEq = "6.28"
50-
Symbolics = "4.10"
51-
IJulia = "1.23"
49+
OrdinaryDiffEq = "6.38"
50+
Symbolics = "4.14"
51+
IJulia = "1.24"
5252
SafeTestsets = "0.0"
5353
CSV = "0.10"
54-
Plots = "1.35"
54+
Plots = "1.38"
5555
Reexport = "1.2"
56+
TOML = "1.0"
5657
MacroTools = "0.5"
5758
Crayons = "4.1"
5859
Documenter = "0.27"
59-
Tables = "1.9"
60+
Tables = "1.10"
6061
Distributions = "0.25"
6162
Pluto = "0.19"

0 commit comments

Comments
 (0)