Skip to content

Commit

Permalink
Added nibabel to dicom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Beliy Nikita committed Jan 10, 2024
1 parent 6efe1fc commit 10fcace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
],
extras_require={
"nifti": ["nibabel"],
"dicom": ["pydicom>=1.4.2", "dcm2niix>=1.0.20220715", "dicom_parser>=1.2.3"],
"dicom": ["nibabel", "pydicom>=1.4.2",
"dcm2niix>=1.0.20220715", "dicom_parser>=1.2.3"],
"eeg": ["mne"],
"all": ["nibabel", "pydicom>=1.4.2", "mne",
"dcm2niix>=1.0.20220715", "dicom_parser>=1.2.3"]
Expand Down

0 comments on commit 10fcace

Please sign in to comment.