File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.2.4 "
1+ __version__ = "4.2.5 "
Original file line number Diff line number Diff line change 1212
1313project = "CellProfiler-core"
1414
15- release = "4.2.4 "
15+ release = "4.2.5 "
1616
1717templates_path = ["_templates" ]
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ filterwarnings =
33 ignore::DeprecationWarning
44 ignore::FutureWarning
55minversion =
6- 4.2.4
6+ 4.2.5
77testpaths =
88 ./tests/
Original file line number Diff line number Diff line change 2929 "numpy>=1.18.2" ,
3030 "prokaryote==2.4.4" ,
3131 "psutil>=5.7.0" ,
32- "python-bioformats==4.0.6 " ,
32+ "python-bioformats==4.0.7 " ,
3333 "python-javabridge==4.0.3" ,
3434 "pyzmq~=22.3" ,
3535 "scikit-image==0.18.3" ,
4141 packages = setuptools .find_packages (exclude = ["tests" ]),
4242 python_requires = ">=3.8" ,
4343 url = "https://github.com/CellProfiler/core" ,
44- version = "4.2.4 " ,
44+ version = "4.2.5 " ,
4545 zip_safe = False ,
4646)
You can’t perform that action at this time.
0 commit comments