Skip to content

Commit

Permalink
Update use of brainglobe-utils image IO (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed May 15, 2024
1 parent 5678641 commit 4081f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brainglobe_segmentation/regions/IO.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np
from brainglobe_utils.general.pathlib import append_to_pathlib_stem
from brainglobe_utils.image_io import to_tiff
from brainglobe_utils.IO.image.save import to_tiff
from brainglobe_utils.IO.surfaces import marching_cubes_to_obj
from skimage import measure

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires-python = ">=3.9"
dependencies = [
"brainglobe-atlasapi >=2.0.1",
"brainglobe-napari-io >=0.3.0",
"brainglobe-utils >=0.4.3",
"brainglobe-utils >=0.5.0",
"napari >=0.4.5",
"numpy",
"pandas[hdf5]",
Expand Down

0 comments on commit 4081f85

Please sign in to comment.