Skip to content

Commit

Permalink
admin/bump-readlif-for-multi-scene
Browse files Browse the repository at this point in the history
`Readlif` has been update to better handle scene names that have a parent/child structure.
This change addresses the issue originally reported here: AllenCellModeling#277
Bumping the version requirement on `readlif` is a significant quality-of-life improvement for `aicsimageio` users, as well as the new multi-scene reading widget in `napari-aicsimageio`. For example, in the case of multi-well experiments, regions of interest may have the same names (R1, R1 ...), but the parent (well) names will differ (A1, B2, etc.).
  • Loading branch information
psobolewskiPhD authored Oct 3, 2021
1 parent 5ea864b commit 6789867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self):

format_libs: Dict[str, List[str]] = {
"base-imageio": ["imageio[ffmpeg]>=2.9.0,<3", "Pillow>=8.2.0,!=8.3.0,<9"],
"lif": ["readlif>=0.6.1"],
"lif": ["readlif>=0.6.4"],
"czi": ["aicspylibczi>=3.0.2"],
"bioformats": ["bioformats_jar", "wrapt>=1.12"],
}
Expand Down

0 comments on commit 6789867

Please sign in to comment.