File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 991
991
<jitk .jitk-tps.version>${jitk-tps.version} </jitk .jitk-tps.version>
992
992
993
993
<!-- BigWarp - https://github.com/saalfeldlab/bigwarp -->
994
- <bigwarp .version>9.2.0 </bigwarp .version>
994
+ <bigwarp .version>9.2.1 </bigwarp .version>
995
995
<bigwarp_fiji .version>${bigwarp.version} </bigwarp_fiji .version>
996
996
<sc .fiji.bigwarp_fiji.version>${bigwarp_fiji.version} </sc .fiji.bigwarp_fiji.version>
997
997
1129
1129
<org .janelia.saalfeldlab.n5-hdf5.version>${n5-hdf5.version} </org .janelia.saalfeldlab.n5-hdf5.version>
1130
1130
1131
1131
<!-- N5 ImageJ Bindings - https://github.com/saalfeldlab/n5-ij -->
1132
- <n5-ij .version>4.2.3 </n5-ij .version>
1132
+ <n5-ij .version>4.2.5 </n5-ij .version>
1133
1133
<org .janelia.saalfeldlab.n5-ij.version>${n5-ij.version} </org .janelia.saalfeldlab.n5-ij.version>
1134
1134
1135
1135
<!-- N5 ImgLib2 Bindings - https://github.com/saalfeldlab/n5-imglib2 -->
1141
1141
<org .janelia.saalfeldlab.n5-universe.version>${n5-universe.version} </org .janelia.saalfeldlab.n5-universe.version>
1142
1142
1143
1143
<!-- N5 Viewer for Fiji - https://github.com/saalfeldlab/n5-viewer_fiji -->
1144
- <n5-viewer_fiji .version>6.1.1 </n5-viewer_fiji .version>
1144
+ <n5-viewer_fiji .version>6.1.2 </n5-viewer_fiji .version>
1145
1145
<org .janelia.saalfeldlab.n5-viewer_fiji.version>${n5-viewer_fiji.version} </org .janelia.saalfeldlab.n5-viewer_fiji.version>
1146
1146
1147
1147
<!-- N5 Zarr - https://github.com/saalfeldlab/n5-zarr -->
Original file line number Diff line number Diff line change @@ -347,8 +347,9 @@ sectionStart 'Adjusting the melting pot: unit test hacks'
347
347
# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
348
348
rm -f " $meltingPotDir /net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
349
349
350
- # TEMP: Until saalfeldlab/n5-aws-s3#13 is released.
351
- echo " org.janelia.saalfeldlab/n5-aws-s3" >> " $skipTestsFile " &&
350
+ # In org.janelia.saalfeldlab.n5.metadata.ome.ngff.v04.WriteAxesTests.testXYT:
351
+ # java.util.NoSuchElementException: No value present
352
+ echo " org.janelia.saalfeldlab/n5-ij" >> " $skipTestsFile " &&
352
353
353
354
# Error while checking the CLIJ2 installation: null
354
355
echo " sc.fiji/labkit-pixel-classification" >> " $skipTestsFile " ||
You can’t perform that action at this time.
0 commit comments