Skip to content

Commit 06115ab

Browse files
committed
fix downgrade compat
up JET compat fix downgrade compat? fix downgrade compat? fix downgrade compat? up StochasticDiffEq compat
1 parent 6881140 commit 06115ab

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Project.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "CriticalTransitions"
22
uuid = "251e6cd3-3112-48a5-99dd-66efcfd18334"
33
authors = ["Reyk Börner, Ryan Deeley, Raphael Römer, Orjan Ameye"]
44
repo = "https://github.com/juliadynamics/CriticalTransitions.jl.git"
5-
version = "0.3.0"
5+
version = "0.4.0"
66

77
[deps]
88
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -29,6 +29,7 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
2929
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
3030

3131
[weakdeps]
32+
StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
3233
Attractors = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7"
3334
ChaosTools = "608a59af-f2a3-5ad4-90b4-758bdf3122a7"
3435

@@ -38,8 +39,8 @@ CoupledSDEsBaisin = ["ChaosTools", "Attractors"]
3839

3940
[compat]
4041
Aqua = "0.8.7"
41-
Attractors = "1.18"
42-
ChaosTools = "3.1"
42+
Attractors = "1.19.12"
43+
ChaosTools = "3.2.1"
4344
Dates = ">=1.9.0"
4445
Dierckx = "0.5.3"
4546
DiffEqNoiseProcess = "5.22"
@@ -51,18 +52,19 @@ Format = "1"
5152
ForwardDiff = "0.10.36"
5253
HDF5 = "0.17.1"
5354
IntervalArithmetic = "0.20"
54-
JET = "0.9"
55+
JET = "0.9.9"
5556
JLD2 = "0.4.46"
5657
Markdown = ">=1.9.0"
5758
ModelingToolkit = "9.25"
5859
Optim = "1.9.3"
59-
OrdinaryDiffEq = "6.82"
60+
OrdinaryDiffEq = "6.89"
6061
ProgressBars = "1.5.1"
6162
ProgressMeter = "1.10.0"
6263
Reexport = "1.2.2"
64+
StateSpaceSets = "2.1.2"
6365
StaticArrays = "1.9.3"
6466
Statistics = ">=1.9"
65-
StochasticDiffEq = "6.65.1"
67+
StochasticDiffEq = "6.69"
6668
Symbolics = "5.32"
6769
julia = "1.9"
6870

0 commit comments

Comments
 (0)