From f2e56878945134e895972262637526a77dcdbc40 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Mon, 2 Dec 2024 16:12:40 +0530 Subject: [PATCH] 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"