From 9bde6b995f27b867cec72410b9d3344492ac5b89 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Fri, 20 Sep 2024 09:32:47 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4988d27..74f525f 100644 --- a/setup.py +++ b/setup.py @@ -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',