- 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 - matplotlib 3.0.0 is not used because of a bug that collapses 3D axes (see scikit-image#3474 and matplotlib/matplotlib#12239).