Open hugues-talbot opened 5 years ago
Repository is no longer compatible with scipy as of version 1.3 ; this is due to a deprecated call to scipy.misc.toimage
See: https://docs.scipy.org/doc/scipy/reference/release.1.3.0.html?highlight=toimage
There are two call in logger.py to this function. I've changed it to the recommended alternative, using Pillow.
Repository is no longer compatible with scipy as of version 1.3 ; this is due to a deprecated call to scipy.misc.toimage
See: https://docs.scipy.org/doc/scipy/reference/release.1.3.0.html?highlight=toimage
There are two call in logger.py to this function. I've changed it to the recommended alternative, using Pillow.