diff --git a/pyproject.toml b/pyproject.toml index c1df13c..5f3339c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,8 @@ dependencies = [ 'numpy>=1.18.0', 'tqdm>=4.45.0', 'packaging>=23.1', - 'xnippy>=0.1.1' + 'xnippy>=0.1.1', + 'nibabel>=3.0.2' ] description = "Bruker PvDataset Loader" license = {text = "GNLv3"} @@ -45,10 +46,6 @@ legacy = [ 'SimpleITK>=1.2.4' ] -tonifti = [ - 'nibabel>=3.0.2' - ] - viewer = [ 'pillow>=7.1.1' ]