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

Remove pillow version requirement #1817

Merged
merged 2 commits into from
Jul 20, 2021
Merged

Remove pillow version requirement #1817

merged 2 commits into from
Jul 20, 2021

Conversation

Darylgolden
Copy link
Member

Changelog / Overview

Motivation

#1740 fixed pillow to <8.3.0 because of python-pillow/Pillow#5571. Now that it's fixed, this requirement can be removed. Fixes #1814.

Explanation for Changes

Documentation Reference

Testing Status

Further Comments

Checklist

  • I have read the Contributing Guidelines
  • I have written a descriptive PR title (see top of PR template for examples)
  • I have written a changelog entry for the PR or deem it unnecessary
  • My new functions/classes either have a docstring or are private
  • My new functions/classes have tests added and (optional) examples in the docs
  • My new documentation builds, looks correctly formatted, and adds no additional build warnings

Reviewer Checklist

  • The PR title is descriptive enough
  • The PR is labeled correctly
  • The changelog entry is completed if necessary
  • Newly added functions/classes either have a docstring or are private
  • Newly added functions/classes have tests added and (optional) examples in the docs
  • Newly added documentation builds, looks correctly formatted, and adds no additional build warnings

@behackl behackl merged commit eba1a7f into main Jul 20, 2021
@behackl behackl deleted the Darylgolden-patch-2 branch July 20, 2021 08:38
@behackl behackl added pr:bugfix Bug fix for use in PRs solving a specific issue:bug infrastructure Anything related to our infrastructure and removed infrastructure Anything related to our infrastructure labels Jul 20, 2021
@behackl behackl added maintenance refactoring, typos, removing clutter/dead code, and other code quality improvements and removed pr:bugfix Bug fix for use in PRs solving a specific issue:bug labels Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance refactoring, typos, removing clutter/dead code, and other code quality improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pillow fixed
2 participants