Skip to content

Remove scikit-image runtime dependency#923

Open
karlhillx wants to merge 1 commit into
astropy:mainfrom
karlhillx:remove-scikit-image-dep
Open

Remove scikit-image runtime dependency#923
karlhillx wants to merge 1 commit into
astropy:mainfrom
karlhillx:remove-scikit-image-dep

Conversation

@karlhillx
Copy link
Copy Markdown

ccdproc's block_reduce/block_average/block_replicate wrappers all delegate to astropy.nddata. scikit-image was never imported at runtime -- only in the test file, and only for a version-check skip condition that used broken string comparison.

Removed it from runtime deps and cleaned up the test imports.

ccdproc's block_reduce/block_average/block_replicate wrappers
delegate to astropy.nddata -- skimage was never called at runtime.
The version-skip decorators in the test file used broken string
comparison and guarded against an old numpy dev incompatibility
that's astropy's problem now.

Closes astropy#921.
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.

1 participant