Skip to content

Commit b616a17

Browse files
committed
Update pyproject.toml
1 parent 15881b4 commit b616a17

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ version = "0.0.2rc1"
44
authors = [
55
{name = "Cyril Achard", email = "[email protected]"},
66
]
7+
requires-python = ">=3.8"
8+
dependencies = [
9+
"numpy",
10+
"napari[all]>=0.4.14",
11+
"QtPy",
12+
"opencv-python>=4.5.5",
13+
"dask-image>=0.6.0",
14+
"scikit-image>=0.19.2",
15+
"matplotlib>=3.4.1",
16+
"tifffile>=2022.2.9",
17+
"imageio-ffmpeg>=0.4.5",
18+
"torch>=1.11",
19+
"monai[nibabel,einops]>=0.9.0",
20+
"itk",
21+
"tqdm",
22+
"nibabel",
23+
"scikit-image",
24+
"pillow",
25+
"tqdm",
26+
"matplotlib",
27+
"vispy>=0.9.6",
28+
]
729

830
[build-system]
931
requires = ["setuptools", "wheel"]

0 commit comments

Comments
 (0)