Skip to content

Commit

Permalink
Use Julia 1.10, update compat (#51)
Browse files Browse the repository at this point in the history
* Use Julia 1.10

* compat imagefiltering
  • Loading branch information
JeffFessler authored Feb 5, 2024
1 parent 08c002d commit 2eebee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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"
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"
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 2eebee3

Please sign in to comment.