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 991991 <jitk .jitk-tps.version>${jitk-tps.version} </jitk .jitk-tps.version>
992992
993993 <!-- BigWarp - https://github.com/saalfeldlab/bigwarp -->
994- <bigwarp .version>9.2.0 </bigwarp .version>
994+ <bigwarp .version>9.2.1 </bigwarp .version>
995995 <bigwarp_fiji .version>${bigwarp.version} </bigwarp_fiji .version>
996996 <sc .fiji.bigwarp_fiji.version>${bigwarp_fiji.version} </sc .fiji.bigwarp_fiji.version>
997997
11291129 <org .janelia.saalfeldlab.n5-hdf5.version>${n5-hdf5.version} </org .janelia.saalfeldlab.n5-hdf5.version>
11301130
11311131 <!-- 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>
11331133 <org .janelia.saalfeldlab.n5-ij.version>${n5-ij.version} </org .janelia.saalfeldlab.n5-ij.version>
11341134
11351135 <!-- N5 ImgLib2 Bindings - https://github.com/saalfeldlab/n5-imglib2 -->
11411141 <org .janelia.saalfeldlab.n5-universe.version>${n5-universe.version} </org .janelia.saalfeldlab.n5-universe.version>
11421142
11431143 <!-- 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>
11451145 <org .janelia.saalfeldlab.n5-viewer_fiji.version>${n5-viewer_fiji.version} </org .janelia.saalfeldlab.n5-viewer_fiji.version>
11461146
11471147 <!-- 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'
347347# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
348348rm -f " $meltingPotDir /net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
349349
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 " &&
352353
353354# Error while checking the CLIJ2 installation: null
354355echo " sc.fiji/labkit-pixel-classification" >> " $skipTestsFile " ||
You can’t perform that action at this time.
0 commit comments