Skip to content

Commit

Permalink
Merge pull request #866 from girder/pin-nd2
Browse files Browse the repository at this point in the history
Pin the nd2 library.
  • Loading branch information
manthey authored May 26, 2022
2 parents 64e870e + 58ac1ad commit 8b99521
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 8b99521

Please sign in to comment.