Skip to content

compatibiity with scipy-1.3 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hugues-talbot
Copy link

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.

Copy link
Author

@hugues-talbot hugues-talbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to include changes to the requirements.txt file

@hugues-talbot hugues-talbot marked this pull request as ready for review October 30, 2019 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant