File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [tool .poetry ]
2+ authors = [
3+ " Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>" ,
4+ " Laurent Guerard <laurent.guerard@unibas.ch>" ,
5+ " Kai Schleicher <kai.schleicher@unibas.ch>" ,
6+ " Sébastien Herbert <sebastien.herbert@unibas.ch>" ,
7+ " Rohan Girish <rohangirishrao@gmail.com>" ,
8+ ]
9+ description = " Mostly ImageJ/Fiji-related Python helper functions."
10+ documentation = " https://imcf.one/apidocs/imcflibs/imcflibs.html"
11+ license = " GPL-3.0-or-later"
12+ name = " imcflibs"
13+ readme = " README.md"
14+ repository = " https://github.com/imcf/python-imcflibs"
15+ version = " 1.4.1"
16+
17+ [tool .poetry .dependencies ]
18+ imcf-fiji-mocks = " >=0.3.0"
19+ python = " >=2.7"
20+ python-micrometa = " ^15.2.2"
21+ sjlogging = " >=0.5.2"
22+
23+ [tool .poetry .group .dev .dependencies ]
24+ ipython = " ^8.17.2"
25+ pytest = " ^8.0.1"
26+
27+ [build-system ]
28+ build-backend = " poetry.core.masonry.api"
29+ requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments