We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this plugin uses tifffile's is_mmstack parameter but that parameter was only added after our minimum tifffile dependency requirement
consistency of dependency version with implementation
From Filip:
File "/home/filip.sluzewski/.pyenv/versions/3.10.14/envs/trackastra/lib/python3.10/site-packages/bioio_tifffile/reader.py", line 463, in _read_delayed with TiffFile(open_resource, is_mmstack=False) as tiff: File "/home/filip.sluzewski/.pyenv/versions/3.10.14/envs/trackastra/lib/python3.10/site-packages/tifffile/tifffile.py", line 3928, in __init__ raise TypeError(f'unexpected keyword argument: {key}') TypeError: unexpected keyword argument: is_mmstack ... pip freeze | grep tiff bioio-ome-tiff==1.0.0 bioio-tifffile==1.0.0 tifffile==2023.2.28
The text was updated successfully, but these errors were encountered:
v2023.3.15 seems to be the first where is_mmstack shows up
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
this plugin uses tifffile's is_mmstack parameter but that parameter was only added after our minimum tifffile dependency requirement
Expected Behavior
consistency of dependency version with implementation
From Filip:
The text was updated successfully, but these errors were encountered: