diff --git a/pyproject.toml b/pyproject.toml index d6dfa23..3574c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,6 @@ dependencies = [ "pandas", "scipy", "scikit-image", - "pydicom", - "dcm2niix", ] [project.optional-dependencies] @@ -40,8 +38,13 @@ napari = [ test = [ "pytest", "pytest-cov", + "mritk[dicom]", ] +dicom = [ + "pydicom", # Used for handling DICOM files + "dcm2niix", # Used for converting DICOM to NIfTI +] pypi = [ "build" # Used for building wheels and uploading to pypi ]