Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Sep 20, 2024
1 parent 04c9dc6 commit 9bde6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def fix_docstring_examples(docstring):
},
packages=['tifffile'],
package_data={'tifffile': ['py.typed']},
python_requires='>=3.9',
python_requires='>=3.10',
install_requires=[
'numpy',
# 'imagecodecs>=2023.8.12',
Expand Down

0 comments on commit 9bde6b9

Please sign in to comment.