Skip to content

Commit

Permalink
Use Julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed Feb 5, 2024
1 parent 08c002d commit 7ee8372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"

[compat]
AbstractFFTs = "1.0"
FFTW = "1.4"
ImageFiltering = "0.6, 0.7"
FFTW = "1"
ImageFiltering = "0.7"
LinearInterpolators = "0.1"
LinearMapsAA = "0.10, 0.11"
OffsetArrays = "1.10"
julia = "1.6"
LinearMapsAA = "0.11"
OffsetArrays = "1"
julia = "1.10"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ee8372

Please sign in to comment.