File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.0.0rc4 "
1+ __version__ = "4.0.0 "
Original file line number Diff line number Diff line change 1212
1313project = "CellProfiler-core"
1414
15- release = "4.0.0rc12 "
15+ release = "4.0.0 "
1616
1717templates_path = ["_templates" ]
Original file line number Diff line number Diff line change 2525 "centrosome==1.2.0" ,
2626 "docutils==0.15.2" ,
2727 "h5py>=2.10.0" ,
28- "psutil>=5.7.0" ,
29- "python-javabridge==4.0.0rc3" ,
3028 "matplotlib>=3.1.3" ,
3129 "numpy>=1.18.2" ,
3230 "prokaryote==2.4.2" ,
33- "python-bioformats==4.0.0rc4" ,
31+ "psutil>=5.7.0" ,
32+ "python-bioformats==4.0.0" ,
33+ "python-javabridge==4.0.0" ,
3434 "pyzmq==18.0.1" ,
3535 "scikit-image>=0.16.2" ,
3636 "scipy>=1.4.1" ,
4141 packages = setuptools .find_packages (exclude = ["tests" ]),
4242 python_requires = ">=3.8, <4" ,
4343 url = "https://github.com/CellProfiler/core" ,
44- version = "4.0.0rc12 " ,
44+ version = "4.0.0 " ,
4545 zip_safe = False ,
4646)
You can’t perform that action at this time.
0 commit comments