Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Update dependency (imlib -> brainglobe-utils)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jun 23, 2023
1 parent d468e87 commit 9bf6374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion brainreg_napari/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np
import skimage.transform
from bg_atlasapi import BrainGlobeAtlas
from imlib.general.system import get_num_processes
from brainglobe_utils.general.system import get_num_processes
from tqdm import tqdm


Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"brainglobe-napari-io",
"brainreg",
"brainreg-segment",
"brainglobe-utils",
"pooch>1", # For sample data
]

Expand Down

0 comments on commit 9bf6374

Please sign in to comment.