Skip to content

Commit

Permalink
[docs] Add nibabel to list of optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuh-hf committed Jul 20, 2023
1 parent 00d61c4 commit d25b14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The following lists the main dependencies of this project. For a complete list,

- [PyTorch]: The automatic differentiation and deep learning framework powering this project.
- [SimpleITK] (optional): Used by [deepali.data] to read and write images in file formats supported by ITK.
- [nibabel] (optional): Used by [deepali.data] to read and write images in NIfTI file formats if available.
- [NumPy] (optional): Used by [deepali.utils]. Other components use pure PyTorch.
- [VTK] (optional): May be used to read and write point sets and surface meshes.

Expand Down Expand Up @@ -122,6 +123,7 @@ Below we list a few projects which are either similar to *deepali* or complement
[Mermaid]: https://github.com/uncbiag/mermaid
[MONAI]: https://github.com/Project-MONAI/MONAI
[Neurite]: https://github.com/adalca/neurite
[nibabel]: https://nipy.org/nibabel/
[NITorch]: https://github.com/balbasty/nitorch
[NumPy]: https://numpy.org/
[PyTorch]: https://pytorch.org/
Expand Down

0 comments on commit d25b14e

Please sign in to comment.