Skip to content

Commit

Permalink
Update dependency (imlib -> brainglobe-utils) (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Jun 26, 2023
1 parent a14934a commit 7c7f8d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion imio/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
import nrrd
import numpy as np
import tifffile
from imlib.general.system import get_num_processes, get_sorted_file_paths
from brainglobe_utils.general.system import (
get_num_processes,
get_sorted_file_paths,
)
from natsort import natsorted
from skimage import transform
from tqdm import tqdm
Expand Down
2 changes: 1 addition & 1 deletion imio/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging

import psutil
from imlib.general.system import get_sorted_file_paths
from brainglobe_utils.general.system import get_sorted_file_paths
from scipy.ndimage import zoom

import imio
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"imlib",
"brainglobe-utils[slurmio]",
"natsort",
"nibabel",
"nibabel >= 2.1.0",
"numpy",
"psutil",
"pynrrd",
"scikit-image",
"slurmio >= 0.0.5",
"tifffile",
"tqdm",
]
Expand Down

0 comments on commit 7c7f8d1

Please sign in to comment.