Skip to content

Commit 380eaa7

Browse files
Merge pull request #297 from ChrisRackauckas-Claude/bump-compat-bounds-6months
Bump compat lower bounds to exclude versions older than 6 months
2 parents 965f4c9 + c7096a8 commit 380eaa7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ SciMLOperatorsSparseArraysExt = "SparseArrays"
1919
SciMLOperatorsStaticArraysCoreExt = "StaticArraysCore"
2020

2121
[compat]
22-
Accessors = "0.1"
23-
ArrayInterface = "7"
24-
DocStringExtensions = "0.8, 0.9"
25-
LinearAlgebra = "1.6"
26-
MacroTools = "0.5"
27-
SparseArrays = "1.6"
22+
Accessors = "0.1.42"
23+
ArrayInterface = "7.19"
24+
DocStringExtensions = "0.9.4"
25+
LinearAlgebra = "1.10"
26+
MacroTools = "0.5.16"
27+
SparseArrays = "1.10"
2828
StaticArraysCore = "1"
2929
julia = "1.10"

0 commit comments

Comments
 (0)