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

Update minimal requirement of importlib_metadata to 3.6 #2793

Merged
merged 2 commits into from Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -70,7 +70,7 @@
'tifffile>=2018.10.18',
'numba',
# included in stdlib since v3.8, but this required version requires Python 3.9
'importlib_metadata>=1.6.0',
'importlib_metadata>=3.6',
]

extras_require = {
Expand Down
2 changes: 2 additions & 0 deletions upcoming_changes/2793.bugfix.rst
@@ -0,0 +1,2 @@
Update minimal requirement of dependency importlib_metadata from
>= 1.6.0 to >= 3.6.