From f2e56878945134e895972262637526a77dcdbc40 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Mon, 2 Dec 2024 16:12:40 +0530 Subject: [PATCH 1/2] Support InfiniteArray v0.14 in tests --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a3957a4..5b6b10d 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ ConstructionBase = "1" DataAPI = "1" Documenter = "1" GPUArraysCore = "0.2" -InfiniteArrays = "0.13" +InfiniteArrays = "0.13, 0.14" JLArrays = "0.2" LinearAlgebra = "1" KernelAbstractions = "0.9" From b69ce5177590c16502826f42acd44582eccd529f Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Sun, 23 Feb 2025 11:03:00 -0500 Subject: [PATCH 2/2] upd compat to 0.15 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5b6b10d..d8e4fc0 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ ConstructionBase = "1" DataAPI = "1" Documenter = "1" GPUArraysCore = "0.2" -InfiniteArrays = "0.13, 0.14" +InfiniteArrays = "0.15" JLArrays = "0.2" LinearAlgebra = "1" KernelAbstractions = "0.9"