Skip to content

Bump tifffile to ensure functionality used in imread tests#424

Merged
m-albert merged 1 commit intodask:mainfrom
m-albert:bump_tifffile
Mar 4, 2026
Merged

Bump tifffile to ensure functionality used in imread tests#424
m-albert merged 1 commit intodask:mainfrom
m-albert:bump_tifffile

Conversation

@m-albert
Copy link
Collaborator

@m-albert m-albert commented Mar 4, 2026

Copilot AI review requested due to automatic review settings March 4, 2026 20:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s minimum tifffile dependency to avoid test/runtime failures caused by older versions missing TiffWriter.write, resolving the failure reported in issue #423.

Changes:

  • Bump minimum required tifffile from >=2018.10.18 to >=2020.10.1 in pyproject.toml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@m-albert m-albert changed the title Bump tifffile to first version in which TiffWriter has method write Bump tifffile to ensure functionality used in imread tests Mar 4, 2026
@m-albert
Copy link
Collaborator Author

m-albert commented Mar 4, 2026

Merging this already to get the CI green again.

@m-albert m-albert merged commit 13b6e67 into dask:main Mar 4, 2026
21 checks passed
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.

tifffile related error in tests: "AttributeError: 'TiffWriter' object has no attribute 'write'"

2 participants