From 05636e3d59fd77b2d51ed1caf4fb6c007c2c6bac Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:48:02 +0000 Subject: [PATCH] CompatHelper: bump compat for JLArrays in [extras] to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0b45dff..2db1279 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MPIReco" uuid = "e4246700-6248-511e-8146-a1d1f47669d2" -authors = ["Tobias Knopp "] version = "0.9.4" +authors = ["Tobias Knopp "] [deps] AbstractImageReconstruction = "a4b4fdbf-6459-4ec9-990d-77e1fa24a91b" @@ -50,7 +50,7 @@ FFTW = "1.3" GPUArrays = "11" ImageUtils = "0.2" IniFile = "0.5" -JLArrays = "0.2" +JLArrays = "0.2, 0.3" KernelAbstractions = "0.9" LRUCache = "1.6" LinearAlgebra = "1"