Skip to content

Commit

Permalink
setup: bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 17, 2024
1 parent d624ce5 commit 78d23ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 78d23ef

Please sign in to comment.