msdnet icon indicating copy to clipboard operation
msdnet copied to clipboard

Fixes bases on updates to numpy and scikit-image

Open aryabhatt opened this issue 2 months ago • 0 comments

Changes proposed in this pull request:

  • np.int changed to int i
  • np.Inf changed to np.inf
  • removed a keyword argument from skimage.transform.rescale
  • added requirements.txt

Fixes issue

  • works with current versions of numpy and scikit-image.
  • should be pip installable, if using CPython instead of Anaconda

Checklist:

  • [ ] Update CHANGELOG.md

aryabhatt avatar Nov 30 '24 15:11 aryabhatt