Skip to content

Commit

Permalink
Remove support for AICSIMAGEIO
Browse files Browse the repository at this point in the history
  • Loading branch information
NHPatterson committed Feb 5, 2024
1 parent 5ad827c commit ee57e3f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 110 deletions.
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dask
fsspec
itk-elastix
SimpleITK
aicsimageio[czi]
pydantic
ome-types
tiler
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dask
fsspec
itk-elastix
SimpleITK
aicsimageio
pydantic
ome-types
tiler
Expand Down
107 changes: 0 additions & 107 deletions wsireg/reg_images/aics_reg_image.py

This file was deleted.

2 changes: 1 addition & 1 deletion wsireg/reg_images/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import zarr
from wsireg.utils.im_utils import ARRAYLIKE_CLASSES, TIFFFILE_EXTS
from wsireg.parameter_maps.preprocessing import ImagePreproParams
from . import CziRegImage # AICSRegImage,
from . import CziRegImage
from . import NumpyRegImage, SitkRegImage, TiffFileRegImage


Expand Down

0 comments on commit ee57e3f

Please sign in to comment.