Skip to content

Commit 6f0fd9e

Browse files
Raise remaining SciMLOperators downgrade floors
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 2d8d2e3 commit 6f0fd9e

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/OrdinaryDiffEqAMF/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LinearSolve = "3.75.0, 4"
1919
OrdinaryDiffEqCore = "4"
2020
Reexport = "1.2.2"
2121
SciMLBase = "3.35.1"
22-
SciMLOperators = "1.23"
22+
SciMLOperators = "1.24.3"
2323
julia = "1.10"
2424

2525
[sources.OrdinaryDiffEqCore]

lib/OrdinaryDiffEqExtrapolation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Polyester = "0.7"
5454
Reexport = "1.2.2"
5555
SafeTestsets = "0.1.0"
5656
SciMLLogging = "2"
57-
SciMLOperators = "1.23"
57+
SciMLOperators = "1.24.3"
5858

5959
[targets]
6060
test = ["DiffEqDevTools", "Polyester", "Random", "RecursiveFactorization", "SafeTestsets", "Test", "Pkg", "SciMLTesting"]

lib/OrdinaryDiffEqLinear/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DiffEqDevTools = {path = "../DiffEqDevTools"}
3030

3131
[compat]
3232
SciMLTesting = "2.1"
33-
SciMLOperators = "1.23"
33+
SciMLOperators = "1.24.3"
3434
Pkg = "1"
3535
OrdinaryDiffEqTsit5 = "2"
3636
Test = "<0.0.1, 1"

lib/OrdinaryDiffEqLowStorageRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ StructArrays = "0.6, 0.7"
4444
MuladdMacro = "0.2.1"
4545
PrecompileTools = "1.2.1, 1.3"
4646
SciMLBase = "3.35.1"
47-
SciMLOperators = "1.23"
47+
SciMLOperators = "1.24.3"
4848
OrdinaryDiffEqCore = "4"
4949
Preferences = "1.5.0"
5050
StaticArrays = "1.9.18"

lib/OrdinaryDiffEqRKIP/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ StaticArrays = "1.9.18"
3636
julia = "1.10"
3737
DiffEqBase = "7"
3838
SafeTestsets = "0.1.0"
39-
SciMLOperators = "1.23"
39+
SciMLOperators = "1.24.3"
4040
FFTW = "1.8.0"
4141

4242
[targets]

lib/StochasticDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Reexport = "1.2.2"
5757
SafeTestsets = "0.1.0"
5858
SciMLBase = "3.35.1"
5959
SciMLLogging = "1.10.1, 2"
60-
SciMLOperators = "1.23"
60+
SciMLOperators = "1.24.3"
6161
SimpleNonlinearSolve = "2.11.1"
6262
SparseArrays = "1.10"
6363
StaticArrays = "1.9.18"

0 commit comments

Comments
 (0)