Skip to content

Commit 2fcadf2

Browse files
Revert "Re-tighten compat to require OrdinaryDiffEq v7 / SciMLBase v3 ecosystem"
This reverts commit 15f1a91.
1 parent 15f1a91 commit 2fcadf2

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Catalyst"
22
uuid = "479239e8-5488-4da2-87a7-35f2df7eef83"
3-
version = "17.0.0"
3+
version = "16.1.1"
44

55
[deps]
66
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
@@ -49,7 +49,7 @@ BifurcationKit = "0.4.4, 0.5"
4949
CairoMakie = "0.12, 0.13, 0.14, 0.15"
5050
Combinatorics = "1.0.2"
5151
DataStructures = "0.18, 0.19"
52-
DiffEqBase = "7"
52+
DiffEqBase = "6.165.0, 7"
5353
DocStringExtensions = "0.8, 0.9"
5454
DynamicPolynomials = "0.6"
5555
DynamicQuantities = "1"
@@ -65,19 +65,19 @@ MacroTools = "0.5.5"
6565
Makie = "0.22.1, 0.23, 0.24"
6666
ModelingToolkitBase = "1.17"
6767
NetworkLayout = "0.4.7"
68-
OrdinaryDiffEqBDF = "2"
69-
OrdinaryDiffEqCore = "4"
70-
OrdinaryDiffEqDefault = "2"
71-
OrdinaryDiffEqRosenbrock = "2"
72-
OrdinaryDiffEqTsit5 = "2"
73-
OrdinaryDiffEqVerner = "2"
68+
OrdinaryDiffEqBDF = "1, 2"
69+
OrdinaryDiffEqCore = "3.22, 4"
70+
OrdinaryDiffEqDefault = "1, 2"
71+
OrdinaryDiffEqRosenbrock = "1, 2"
72+
OrdinaryDiffEqTsit5 = "1, 2"
73+
OrdinaryDiffEqVerner = "1, 2"
7474
Parameters = "0.12"
7575
Reexport = "1.0"
7676
RuntimeGeneratedFunctions = "0.5.12"
77-
SciMLBase = "3"
77+
SciMLBase = "2.84, 3"
7878
SciMLPublic = "1"
7979
Setfield = "1"
80-
StochasticDiffEq = "7"
80+
StochasticDiffEq = "6.101, 7"
8181
StructuralIdentifiability = "0.5.11"
8282
SymbolicIndexingInterface = "0.3"
8383
SymbolicUtils = "4.9.1"

docs/Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
5656
BenchmarkTools = "1.5"
5757
BifurcationKit = "0.5"
5858
CairoMakie = "0.15"
59-
Catalyst = "17"
59+
Catalyst = "16"
6060
DataFrames = "1.6"
6161
DataInterpolations = "7.2, 8"
62-
DiffEqBase = "7"
62+
DiffEqBase = "6.159.0, 7"
6363
Distributions = "0.25"
6464
Documenter = "1.11.1"
6565
DynamicPolynomials = "0.6"
@@ -82,24 +82,24 @@ OptimizationBase = "4, 5.0"
8282
OptimizationNLopt = "0.3"
8383
OptimizationOptimJL = "0.4"
8484
OptimizationOptimisers = "0.3"
85-
OrdinaryDiffEqBDF = "2"
86-
OrdinaryDiffEqDefault = "2"
87-
OrdinaryDiffEqRosenbrock = "2"
88-
OrdinaryDiffEqSDIRK = "2"
89-
OrdinaryDiffEqTsit5 = "2"
90-
OrdinaryDiffEqVerner = "2"
85+
OrdinaryDiffEqBDF = "1, 2"
86+
OrdinaryDiffEqDefault = "1, 2"
87+
OrdinaryDiffEqRosenbrock = "1, 2"
88+
OrdinaryDiffEqSDIRK = "1, 2"
89+
OrdinaryDiffEqTsit5 = "1, 2"
90+
OrdinaryDiffEqVerner = "1, 2"
9191
PEtab = "5"
9292
Plots = "1.40"
9393
QuasiMonteCarlo = "0.3"
9494
ReactionNetworkImporters = "1.1.0"
9595
SBMLImporter = "4.0.0"
96-
SciMLBase = "3"
96+
SciMLBase = "2.46, 3"
9797
SciMLSensitivity = "7.60"
9898
SpecialFunctions = "2.4"
9999
StaticArrays = "1.9"
100100
StatsPlots = "0.15.8"
101101
SteadyStateDiffEq = "2.2"
102-
StochasticDiffEq = "7"
102+
StochasticDiffEq = "6.65, 7"
103103
StructuralIdentifiability = "0.5.11"
104104
SymbolicIndexingInterface = "0.3"
105105
Symbolics = "7.13"

test/extensions/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ StructuralIdentifiability = "220ca800-aa68-49bb-acd8-6037fa93a544"
1919
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020

2121
[compat]
22-
OrdinaryDiffEqDefault = "2"
23-
OrdinaryDiffEqTsit5 = "2"
24-
OrdinaryDiffEqVerner = "2"
22+
OrdinaryDiffEqDefault = "1, 2"
23+
OrdinaryDiffEqTsit5 = "1, 2"
24+
OrdinaryDiffEqVerner = "1, 2"

0 commit comments

Comments
 (0)