diff --git a/setup.py b/setup.py index 1479f7d..fc00fa0 100644 --- a/setup.py +++ b/setup.py @@ -29,13 +29,14 @@ long_description=open('README.rst').read() if exists('README.rst') else '', install_requires=["czifile==2019.7.2", # bc cgohlke and used for signature "bmlab==0.6.1", - "h5py>=2.10.0", + "h5py>=3.11.0", + "imageio", # open image files "numpy>=1.17.0", "pyqt6>=6.2.0", - "pyqtgraph==0.13.3", + "pyqtgraph==0.13.7", "scikit-image>=0.17.2", "scipy>=0.12.0", # compute size of polygon shape - "imageio", # open image files + "tifffile==2024.5.10", ], python_requires=">=3.9", keywords=["image analysis", "biology", "microscopy"],