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

Set scikit-image minimum version to 0.21.0 #25

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

jmuhlich
Copy link
Collaborator

This avoids the problem introduced in 0.20.0 where the sample datasets are downloaded to a cache directory upon import of the top-level module. This causes an error when the container is being run as the calling user rather than root as the default cache directory is not writable. It is also a waste of time and network bandwidth as the datasets will never be used here.

This avoids the problem introduced in 0.20.0 where the sample datasets are
downloaded to a cache directory upon import of the top-level module. This
causes an error when the container is being run as the calling user rather
than root as the default cache directory is not writable. It is also a waste
of time and network bandwidth as the datasets will never be used here.
@yfukai yfukai merged commit 15e26e5 into yfukai:main Jul 23, 2024
1 check failed
@yfukai
Copy link
Owner

yfukai commented Jul 23, 2024

Hi @jmuhlich thanks a lot for this!

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