We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1d822 commit 82083e9Copy full SHA for 82083e9
doc/source/installation.rst
@@ -86,7 +86,7 @@ Requirements
86
* Python_ 3.8 or greater
87
* NumPy_ 1.19 or greater
88
* Packaging_ 17.0 or greater
89
-* Setuptools_
+* importlib-resources_ 1.3 or greater (or Python 3.9+)
90
* SciPy_ (optional, for full SPM-ANALYZE support)
91
* h5py_ (optional, for MINC2 support)
92
* PyDICOM_ 1.0.0 or greater (optional, for DICOM support)
doc/source/links_names.txt
@@ -114,6 +114,7 @@
114
.. _python imaging library: https://pypi.python.org/pypi/Pillow
115
.. _h5py: https://www.h5py.org/
116
.. _packaging: https://packaging.pypa.io
117
+.. _importlib-resources: https://importlib-resources.readthedocs.io/
118
119
.. Python imaging projects
120
.. _PyMVPA: http://www.pymvpa.org
0 commit comments