Skip to content

Commit 646cad1

Browse files
committed
Drop old versions from Project.toml compat constraints
Update version constraints to only support latest major versions: - Adapt: 3,4 → 4 - CUDA: 4.1.0,5 → 5 - DocStringExtensions: 0.8,0.9 → 0.9 - ForwardDiff: 0.10,1 → 1 - GPUArraysCore: 0.1,0.2 → 0.2 - LinearSolve: 1.15,2,3 → 3 - Metal: 0.5,1 → 1 - RecursiveArrayTools: 2,3 → 3 - oneAPI: 1.2,2 → 2 This simplifies maintenance by dropping support for older versions that are no longer needed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2e78a3a commit 646cad1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@ oneAPIExt = ["oneAPI"]
3939

4040
[compat]
4141
AMDGPU = "1, 2"
42-
Adapt = "3, 4"
43-
CUDA = "4.1.0, 5"
42+
Adapt = "4"
43+
CUDA = "5"
4444
ChainRulesCore = "1"
4545
DiffEqBase = "6.122"
46-
DocStringExtensions = "0.8, 0.9"
47-
ForwardDiff = "0.10, 1"
48-
GPUArraysCore = "0.1, 0.2"
46+
DocStringExtensions = "0.9"
47+
ForwardDiff = "1"
48+
GPUArraysCore = "0.2"
4949
KernelAbstractions = "0.9"
50-
LinearSolve = "1.15, 2, 3"
51-
Metal = "0.5, 1"
50+
LinearSolve = "3"
51+
Metal = "1"
5252
MuladdMacro = "0.2"
5353
Parameters = "0.12"
54-
RecursiveArrayTools = "2, 3"
54+
RecursiveArrayTools = "3"
5555
SciMLBase = "2.92"
5656
Setfield = "1"
5757
SimpleDiffEq = "1"
5858
StaticArrays = "1"
5959
TOML = "1"
6060
ZygoteRules = "0.2"
6161
julia = "1.10"
62-
oneAPI = "1.2, 2"
62+
oneAPI = "2"
6363

6464
[extras]
6565
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"

0 commit comments

Comments
 (0)