Skip to content

Commit a29a8d2

Browse files
Merge pull request #370 from SciML/drop-old-versions
Drop old versions from Project.toml compat constraints
2 parents 2e78a3a + 7d5b12b commit a29a8d2

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 = "0.10.38, 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)