Skip to content

Commit

Permalink
fix(dependency) rollback dependency update - nibabel
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed May 6, 2024
1 parent 9a9d4b3 commit f1f7ee7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -45,10 +46,6 @@ legacy = [
'SimpleITK>=1.2.4'
]

tonifti = [
'nibabel>=3.0.2'
]

viewer = [
'pillow>=7.1.1'
]
Expand Down

0 comments on commit f1f7ee7

Please sign in to comment.