The example notebooks included in the documentation and binder involve a few additional dependencies that are not included in the install_requires. These include matplotlib, seaborn, celluloid, scikit-image, and soon-to-be pytorch.
These additional dependencies should be added to the dev mode of extras_require, so that it is easy to get compatible versions of all relevant dependencies. This can also be used to simplify the binder setup, and to add the ability to "re-run" the notebooks when building documentation to ensure that everything is up-to-date.
The example notebooks included in the documentation and binder involve a few additional dependencies that are not included in the
install_requires
. These includematplotlib
,seaborn
,celluloid
,scikit-image
, and soon-to-bepytorch
.These additional dependencies should be added to the
dev
mode ofextras_require
, so that it is easy to get compatible versions of all relevant dependencies. This can also be used to simplify thebinder
setup, and to add the ability to "re-run" the notebooks when building documentation to ensure that everything is up-to-date.