From 2eebee3b7dd4c8187d02dd2cec1494e809539bf5 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Mon, 5 Feb 2024 13:43:24 -0500 Subject: [PATCH] Use Julia 1.10, update compat (#51) * Use Julia 1.10 * compat imagefiltering --- Project.toml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index b09019f..8247fce 100644 --- a/Project.toml +++ b/Project.toml @@ -14,9 +14,9 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" [compat] AbstractFFTs = "1.0" -FFTW = "1.4" +FFTW = "1" ImageFiltering = "0.6, 0.7" LinearInterpolators = "0.1" -LinearMapsAA = "0.10, 0.11" -OffsetArrays = "1.10" -julia = "1.6" +LinearMapsAA = "0.11" +OffsetArrays = "1" +julia = "1.10" diff --git a/README.md b/README.md index dff4566..ed305d5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The examples include an illustration of how to integrate deep learning into SPECT reconstruction. -Tested with Julia ≥ 1.8. +Tested with Julia ≥ 1.10. ## Related packages