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

fix/scipy_deprecated_funcs #24

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

Conversation

adamagniv
Copy link

I'm using

$ python --version
Python 3.9.7

$ python -m pip show scipy
Name: scipy
Version: 1.7.3
Summary: SciPy: Scientific Library for Python
Home-page: https://www.scipy.org
Author:
Author-email:
License: BSD
Location: c:\users\adama\appdata\local\programs\python\python39\lib\site-packages
Requires: numpy
Required-by: scikit-image

in this version scipy has no imresize & imread (deleted in version 1.2.0). instead switched to scikit-image functions.
please check that the functionality stayed the same for you.
also, added gitignore for this python project.

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.

None yet

1 participant