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

Hooks skimage fix #565

Closed
wants to merge 3 commits into from
Closed

Commits on Mar 31, 2023

  1. hook for skimage

    starting skimage 0.20, I believe, many things are lazy-loaded.
    To get my project with skimage to work with pyinstaller, I had to upgrade lazy_loader -> 0.2 and include this hook file.
    hook file created by reading scikit-image/scikit-image#6772 (comment) and guessing
    Tests did not run for me. There is already a test_skimage in the suite, but `pytest -k 'test_skimage'` would either deselect all tests or (if I removed some decorators in front of test_skimage) run the function with a bunch of parameters that are not listed in the parametrize mark.
    ryandeon committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f0b8fa9 View commit details
    Browse the repository at this point in the history
  2. flake8 fixes

    ryandeon committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    63e9496 View commit details
    Browse the repository at this point in the history
  3. news

    ryandeon committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4908a9d View commit details
    Browse the repository at this point in the history