Skip to content

Commit d487f31

Browse files
committed
Relax Python dependencies for imcf-fiji-mocks
Cherry-picked (and adapted) from d4d5c05
1 parent 1700dcc commit d487f31

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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"]

0 commit comments

Comments
 (0)