Skip to content

Commit 2eebee3

Browse files
authored
Use Julia 1.10, update compat (#51)
* Use Julia 1.10 * compat imagefiltering
1 parent 08c002d commit 2eebee3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1414

1515
[compat]
1616
AbstractFFTs = "1.0"
17-
FFTW = "1.4"
17+
FFTW = "1"
1818
ImageFiltering = "0.6, 0.7"
1919
LinearInterpolators = "0.1"
20-
LinearMapsAA = "0.10, 0.11"
21-
OffsetArrays = "1.10"
22-
julia = "1.6"
20+
LinearMapsAA = "0.11"
21+
OffsetArrays = "1"
22+
julia = "1.10"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The examples include an illustration
2424
of how to integrate deep learning
2525
into SPECT reconstruction.
2626

27-
Tested with Julia ≥ 1.8.
27+
Tested with Julia ≥ 1.10.
2828

2929
## Related packages
3030

0 commit comments

Comments
 (0)