From 58ac1adda3d65b2a5831c38fb2313063e694168d Mon Sep 17 00:00:00 2001 From: David Manthey Date: Thu, 26 May 2022 14:57:47 -0400 Subject: [PATCH] Pin the nd2 library. Version 0.2.3 appears broken with at least one of our files. --- sources/nd2/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/nd2/setup.py b/sources/nd2/setup.py index 571033e79..bc2dc699d 100644 --- a/sources/nd2/setup.py +++ b/sources/nd2/setup.py @@ -53,7 +53,7 @@ def prerelease_local_scheme(version): install_requires=[ f'large-image{limit_version}', 'dask[array]', - 'nd2[legacy] ; python_version >= "3.7"', + 'nd2[legacy]<0.2.3 ; python_version >= "3.7"', 'importlib-metadata ; python_version < "3.8"', ], extras_require={