- default.txt Default requirements
- docs.txt Documentation requirements
- optional.txt Optional requirements. All of these are installable without a compiler through pypi.
- extras.txt Optional requirements that require a compiler to install.
- test.txt Requirements for running test suite
- build.txt Requirements for building from the source repository
$ pip install -U -r requirements/default.txt
$ pip install -U -r requirements/default.txt
$ pip install -U -r requirements/test.txt
- Cython 0.28.2 was empircally found to fail tests while other patch-releases 0.28.x do not
- Cython 0.29.0 erroneously sets the
__path__
toNone
. See cython/cython#2662 - Cython 0.29.18 fails due to a bad definition of M_PI. See cython/cython#3622
- matplotlib 3.0.0 is not used because of a bug that collapses 3D axes (see scikit-image#3474 and matplotlib/matplotlib#12239).
- pillow 7.1.0 fails on png files, See scikit-image#4548
- pillow 7.1.1 fails due to python-pillow/Pillow#4518
- imread 0.7.2 fails due to build failure luispedro/imread#36
- sphinx-gallery 0.8.0 is banned due to bug introduced on binder: scikit-image#4959 (comment)