Skip to content
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

Remove scipy.misc.imread Dependency #8

Closed
wants to merge 1 commit into from

Conversation

lilleswing
Copy link

imread is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use imageio.imread instead.
https://stackoverflow.com/questions/15345790/scipy-misc-module-has-no-attribute-imread

This makes FCD broken for newer versions of scipy.
The source for fcd does not actually require using imread so I removed the import.

I then rebuilt the .whl file with python setup.py sdist bdist_wheel.

@renzph
Copy link
Member

renzph commented Apr 2, 2020

Thanks. This was solved by #5 .

@renzph renzph closed this Apr 2, 2020
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.

2 participants