File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,13 @@ Requires-Dist: pandas>=1.5
2828Requires-Dist: scikit-learn>=1.2
2929Requires-Dist: scipy>=1.10
3030Requires-Dist: seaborn>=0.12
31+ Provides-Extra: dev
32+ Requires-Dist: pytest>=7.0; extra == "dev"
33+ Requires-Dist: pytest-cov; extra == "dev"
3134Dynamic: license-file
3235
3336# macsima-qc
37+ [](https://github.com/mathisbouvet/macsima-qc/actions/workflows/tests.yml)
3438[](https://pypi.org/project/macsima-qc/)
3539[](LICENSE)
3640[](https://www.python.org/downloads/)
Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ pandas>=1.5
77scikit-learn>=1.2
88scipy>=1.10
99seaborn>=0.12
10+
11+ [dev]
12+ pytest>=7.0
13+ pytest-cov
Original file line number Diff line number Diff line change 3030)
3131"""
3232
33- __version__ = "0.1.0 "
33+ __version__ = "0.1.4 "
3434__author__ = "Mathis Bouvet"
3535
3636from .masks import load_image , load_rois_from_zip , generate_masks
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " macsima-qc"
7- version = " 0.1.3 "
7+ version = " 0.1.4 "
88description = " Quality control pipeline for MACSima / MACSiQView cell segmentation"
99readme = " README.md"
1010license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments