From 955941ec31aab80942658f517a2e024b3e7c812b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:41:00 -0400 Subject: [PATCH] CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#812) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c3a5607e..429c0fbd7 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ ChainRulesTestUtils = "1.5" Compat = "3.46, 4.2" Distributed = "1" FiniteDifferences = "0.12.20" -GPUArraysCore = "0.1.0" +GPUArraysCore = "0.1.0, 0.2" IrrationalConstants = "0.1.1, 0.2" JLArrays = "0.1" JuliaInterpreter = "0.8,0.9"