From 3ae17ec490cceaf972e6b6a464ac9f9c5661c12b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Sep 2023 00:38:03 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUArrays to 9, (keep existing compat) --- Project.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Project.toml b/Project.toml index 8bc09ef2..a5b112be 100644 --- a/Project.toml +++ b/Project.toml @@ -18,29 +18,37 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" +[weakdeps] +ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" +GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" +RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" + +[extensions] +ComponentArraysConstructionBaseExt = "ConstructionBase" +ComponentArraysGPUArraysExt = "GPUArrays" +ComponentArraysRecursiveArrayToolsExt = "RecursiveArrayTools" +ComponentArraysReverseDiffExt = "ReverseDiff" +ComponentArraysSciMLBaseExt = "SciMLBase" +ComponentArraysStaticArraysExt = "StaticArrays" + [compat] ArrayInterface = "6, 7" ChainRulesCore = "0.8, 0.9, 0.10, 1" ConstructionBase = "1" -GPUArrays = "8" ForwardDiff = "0.10" Functors = "0.4.4" +GPUArrays = "8, 9" +RecursiveArrayTools = "2" Requires = "1" ReverseDiff = "1" -RecursiveArrayTools = "2" SciMLBase = "1" StaticArrayInterface = "1" StaticArrays = "1" julia = "1.6" -[extensions] -ComponentArraysConstructionBaseExt = "ConstructionBase" -ComponentArraysGPUArraysExt = "GPUArrays" -ComponentArraysRecursiveArrayToolsExt = "RecursiveArrayTools" -ComponentArraysReverseDiffExt = "ReverseDiff" -ComponentArraysSciMLBaseExt = "SciMLBase" -ComponentArraysStaticArraysExt = "StaticArrays" - [extras] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" @@ -53,11 +61,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test"] - -[weakdeps] -ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" -GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" -RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" -ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" -SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"