Closed brancomat closed 4 years ago
(in "examples/products" script)
as stated in https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imresize.html
imresize is deprecated! imresize is deprecated in SciPy 1.0.0, and will be removed in 1.3.0. Use Pillow instead: numpy.array(Image.fromarray(arr).resize()).
Note: now products requires the skimage python package
skimage
python3-scikit-image is currently unavailable for CentOs8. Since we're already using python3-pillow can we switch to that?
python3-scikit-image
python3-pillow
(in "examples/products" script)
as stated in https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imresize.html