From 21b0d81e8d8661fca51596168253943cdc93148f Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Mon, 17 Oct 2022 20:16:54 +0200 Subject: [PATCH] - bump tiffwrite --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0f12cb..5c2e99d 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,6 @@ setuptools.setup( 'Operating System :: OS Independent', ], python_requires='>=3.8', - install_requires=['numpy', 'tqdm', 'pyyaml', 'tiffwrite>=2022.10.1'], + install_requires=['numpy', 'tqdm', 'pyyaml', 'tiffwrite>=2022.10.2'], entry_points={'console_scripts': ['iss2tiff=issfile:main']} )