Skip to content

Commit dd77b57

Browse files
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
1 parent 06ce5b1 commit dd77b57

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

Project.toml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -73,60 +73,60 @@ LinearSolveSparseArraysExt = "SparseArrays"
7373
LinearSolveSparspakExt = ["SparseArrays", "Sparspak"]
7474

7575
[compat]
76-
AMDGPU = "1"
76+
AMDGPU = "1.2"
7777
AllocCheck = "0.2"
7878
Aqua = "0.8"
79-
ArrayInterface = "7.7"
80-
BandedMatrices = "1.5"
79+
ArrayInterface = "7.17"
80+
BandedMatrices = "1.8"
8181
BlockDiagonals = "0.2"
82-
CUDA = "5"
82+
CUDA = "5.5"
8383
CUDSS = "0.4"
8484
CUSOLVERRF = "0.2.6"
85-
ChainRulesCore = "1.22"
85+
ChainRulesCore = "1.25"
8686
ConcreteStructs = "0.2.3"
8787
DocStringExtensions = "0.9.3"
8888
EnumX = "1.0.4"
89-
EnzymeCore = "0.8.1"
90-
ExplicitImports = "1"
91-
FastAlmostBandedMatrices = "0.1"
92-
FastLapackInterface = "2"
93-
FiniteDiff = "2.22"
94-
ForwardDiff = "0.10.36, 1"
89+
EnzymeCore = "0.8.5"
90+
ExplicitImports = "1.10"
91+
FastAlmostBandedMatrices = "0.1.4"
92+
FastLapackInterface = "2.1"
93+
FiniteDiff = "2.26"
94+
ForwardDiff = "0.10.38"
9595
GPUArraysCore = "0.2"
96-
HYPRE = "1.4.0"
96+
HYPRE = "1.7"
9797
InteractiveUtils = "1.10"
98-
IterativeSolvers = "0.9.3"
99-
KernelAbstractions = "0.9.27"
98+
IterativeSolvers = "0.9.4"
99+
KernelAbstractions = "0.9.30"
100100
Krylov = "0.10"
101101
KrylovKit = "0.10"
102102
KrylovPreconditioners = "0.3"
103103
LAPACK_jll = "3"
104-
LazyArrays = "1.8, 2"
104+
LazyArrays = "2.3"
105105
Libdl = "1.10"
106106
LinearAlgebra = "1.10"
107107
MPI = "0.20"
108108
Markdown = "1.10"
109-
Metal = "1"
110-
MultiFloats = "1"
111-
Pardiso = "0.5.7, 1"
112-
Pkg = "1"
109+
Metal = "1.4"
110+
MultiFloats = "1.1"
111+
Pardiso = "1"
112+
Pkg = "1.10"
113113
PrecompileTools = "1.2"
114114
Preferences = "1.4"
115-
Random = "1"
115+
Random = "1.10"
116116
RecursiveArrayTools = "3.27.2"
117-
RecursiveFactorization = "0.2.14"
118-
Reexport = "1"
117+
RecursiveFactorization = "0.2.23"
118+
Reexport = "1.2.2"
119119
SafeTestsets = "0.1"
120120
SciMLBase = "2.70"
121121
SciMLOperators = "1"
122-
Setfield = "1"
122+
Setfield = "1.1.1"
123123
SparseArrays = "1.10"
124-
Sparspak = "0.3.6"
125-
StableRNGs = "1"
126-
StaticArrays = "1.5"
127-
StaticArraysCore = "1.4.2"
128-
Test = "1"
129-
UnPack = "1"
124+
Sparspak = "0.3.9"
125+
StableRNGs = "1.0"
126+
StaticArrays = "1.9"
127+
StaticArraysCore = "1.4.3"
128+
Test = "1.10"
129+
UnPack = "1.0.2"
130130
Zygote = "0.7"
131131
blis_jll = "0.9.0"
132132
julia = "1.10"

0 commit comments

Comments
 (0)