Skip to content

Commit 16ac59d

Browse files
Update compat bounds to drop support for packages older than 3 months (#715)
* Update compat bounds to drop support for packages older than 3 months - Increased minimum version requirements for all dependencies - Kept standard library compats at 1.10 as requested - Updated weak dependencies to more recent versions - All changes maintain compatibility with packages released after May 2025 * Update Project.toml * Update Project.toml * Update Project.toml --------- Co-authored-by: ChrisRackauckas <[email protected]>
1 parent b307bb0 commit 16ac59d

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Project.toml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -75,61 +75,61 @@ LinearSolveSparseArraysExt = "SparseArrays"
7575
LinearSolveSparspakExt = ["SparseArrays", "Sparspak"]
7676

7777
[compat]
78-
AMDGPU = "1, 2"
78+
AMDGPU = "1.2, 2"
7979
AllocCheck = "0.2"
8080
Aqua = "0.8"
81-
ArrayInterface = "7.7"
82-
BandedMatrices = "1.5"
81+
ArrayInterface = "7.17"
82+
BandedMatrices = "1.8"
8383
BlockDiagonals = "0.2"
84-
CUDA = "5"
84+
CUDA = "5.5"
8585
CUDSS = "0.4"
8686
CUSOLVERRF = "0.2.6"
87-
ChainRulesCore = "1.22"
87+
ChainRulesCore = "1.25"
8888
CliqueTrees = "1.11.0"
8989
ConcreteStructs = "0.2.3"
9090
DocStringExtensions = "0.9.3"
9191
EnumX = "1.0.4"
92-
EnzymeCore = "0.8.1"
93-
ExplicitImports = "1"
94-
FastAlmostBandedMatrices = "0.1"
95-
FastLapackInterface = "2"
96-
FiniteDiff = "2.22"
97-
ForwardDiff = "0.10.36, 1"
92+
EnzymeCore = "0.8.5"
93+
ExplicitImports = "1.10"
94+
FastAlmostBandedMatrices = "0.1.4"
95+
FastLapackInterface = "2.0.4"
96+
FiniteDiff = "2.26"
97+
ForwardDiff = "0.10.38"
9898
GPUArraysCore = "0.2"
99-
HYPRE = "1.4.0"
99+
HYPRE = "1.7"
100100
InteractiveUtils = "1.10"
101-
IterativeSolvers = "0.9.3"
102-
KernelAbstractions = "0.9.27"
101+
IterativeSolvers = "0.9.4"
102+
KernelAbstractions = "0.9.30"
103103
Krylov = "0.10"
104104
KrylovKit = "0.10"
105105
KrylovPreconditioners = "0.3"
106106
LAPACK_jll = "3"
107-
LazyArrays = "1.8, 2"
107+
LazyArrays = "2.3"
108108
Libdl = "1.10"
109109
LinearAlgebra = "1.10"
110110
MPI = "0.20"
111111
Markdown = "1.10"
112-
Metal = "1"
113-
MultiFloats = "1"
114-
Pardiso = "0.5.7, 1"
115-
Pkg = "1"
112+
Metal = "1.4"
113+
MultiFloats = "2.3"
114+
Pardiso = "1"
115+
Pkg = "1.10"
116116
PrecompileTools = "1.2"
117117
Preferences = "1.4"
118-
Random = "1"
119-
RecursiveArrayTools = "3.27.2"
120-
RecursiveFactorization = "0.2.14"
121-
Reexport = "1"
118+
Random = "1.10"
119+
RecursiveArrayTools = "3.37"
120+
RecursiveFactorization = "0.2.23"
121+
Reexport = "1.2.2"
122122
SafeTestsets = "0.1"
123123
SciMLBase = "2.70"
124124
SciMLOperators = "1"
125-
Setfield = "1"
125+
Setfield = "1.1.1"
126126
SparseArrays = "1.10"
127-
Sparspak = "0.3.6"
128-
StableRNGs = "1"
129-
StaticArrays = "1.5"
130-
StaticArraysCore = "1.4.2"
131-
Test = "1"
132-
UnPack = "1"
127+
Sparspak = "0.3.9"
128+
StableRNGs = "1.0"
129+
StaticArrays = "1.9"
130+
StaticArraysCore = "1.4.3"
131+
Test = "1.10"
132+
UnPack = "1.0.2"
133133
Zygote = "0.7"
134134
blis_jll = "0.9.0"
135135
julia = "1.10"

0 commit comments

Comments
 (0)