Skip to content

Commit 0264924

Browse files
Merge pull request #390 from ChrisRackauckas-Claude/fix-min-versions-20251230-052551
Fix minimum version bounds for SciMLBase, DiffEqBase
2 parents 8683b2c + f8e8866 commit 0264924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ AMDGPU = "1, 2"
4646
Adapt = "4"
4747
CUDA = "5"
4848
ChainRulesCore = "1"
49-
DiffEqBase = "6.122"
49+
DiffEqBase = "6.186"
5050
DocStringExtensions = "0.9"
5151
ForwardDiff = "0.10.38, 1"
5252
GPUArraysCore = "0.2"
@@ -58,7 +58,7 @@ MuladdMacro = "0.2"
5858
OpenCL = "0.9, 0.10"
5959
Parameters = "0.12"
6060
RecursiveArrayTools = "3"
61-
SciMLBase = "2.92"
61+
SciMLBase = "2.128"
6262
Setfield = "1"
6363
SimpleDiffEq = "1"
6464
StaticArrays = "1"

0 commit comments

Comments
 (0)