We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c002d commit 2eebee3Copy full SHA for 2eebee3
Project.toml
@@ -14,9 +14,9 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
14
15
[compat]
16
AbstractFFTs = "1.0"
17
-FFTW = "1.4"
+FFTW = "1"
18
ImageFiltering = "0.6, 0.7"
19
LinearInterpolators = "0.1"
20
-LinearMapsAA = "0.10, 0.11"
21
-OffsetArrays = "1.10"
22
-julia = "1.6"
+LinearMapsAA = "0.11"
+OffsetArrays = "1"
+julia = "1.10"
README.md
@@ -24,7 +24,7 @@ The examples include an illustration
24
of how to integrate deep learning
25
into SPECT reconstruction.
26
27
-Tested with Julia ≥ 1.8.
+Tested with Julia ≥ 1.10.
28
29
## Related packages
30
0 commit comments