Skip to content

Commit

Permalink
Pin the nd2 library.
Browse files Browse the repository at this point in the history
Version 0.2.3 appears broken with at least one of our files.
  • Loading branch information
manthey committed May 26, 2022
1 parent 5131e44 commit 58ac1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/nd2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 58ac1ad

Please sign in to comment.