From 60da1379b00a26adc5f39334ca286d8bb6a68f2f Mon Sep 17 00:00:00 2001 From: kipling Date: Mon, 25 Jul 2022 18:48:58 +1000 Subject: [PATCH 1/3] build: restrict tifffile <2022.4.28 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a8481d..e9d4fcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tifffile>=2021.7.2 +tifffile>=2021.7.2, <2022.4.28 numpy pyproj zarr>=2.10.* From ea81c840e0c5c07f19a9e40f50acbaa8085abc30 Mon Sep 17 00:00:00 2001 From: kipling Date: Mon, 25 Jul 2022 18:49:16 +1000 Subject: [PATCH 2/3] build: bump VERSION = "0.2.7" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 986f973..032a9d6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools.command.egg_info import egg_info # type: ignore from setuptools.command.install import install # type: ignore -VERSION = "0.2.6" +VERSION = "0.2.7" # Send to pypi # python3 setup.py sdist bdist_wheel From a42ef26b94756f0ad95ac6e4f4b353b5eaea9384 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:28:39 -0400 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9d4fcc..b458434 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tifffile>=2021.7.2, <2022.4.28 +tifffile>=2021.7.2,<2022.4.28 numpy pyproj zarr>=2.10.*