-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
89 lines (89 loc) · 1.43 KB
/
pyproject.toml
File metadata and controls
89 lines (89 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[project]
name = "ZEN_Python_CZI_Smart_Microscopy_Workshop"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"colormap",
"czifile",
#"cudnn==9.13.1.26",
#"nvidia-cudnn-cu11",
"dask",
"dask-image",
"docker-py",
"docutils",
"fastapi",
"flask",
"fsspec",
"ipyfilechooser",
"ipykernel",
"magicgui",
"marimo",
"matplotlib",
"napari>=0.6.5",
"numpy",
"ome-zarr",
"opencv-python",
"pandas",
"plotly",
"pooch",
"pyqt5",
"pyqtgraph",
"pytest",
"pytest-cov",
"torch==2.5.1",
#"pytorch-cuda==12.4",
"python-box[all]",
"python-dateutil",
"qasync",
"requests",
"scikit-image>=0.19.3",
"seaborn",
"setuptools",
"shapely",
"superqt",
# "torchvision",
"tqdm",
"validators",
"wheel",
"xarray",
"xarray[complete]",
"xmltodict",
"zarr",
"aicspylibczi>=3.3.1",
"betterproto==2.0.0b7",
"betterproto[compiler]==2.0.0b7",
"bioio",
"bioio-czi",
"bioio-imageio",
"bioio-ome-tiff",
"bioio-ome-zarr",
"czmodel[pytorch]>=5",
"cztile",
"czitools",
"grpclib",
"loguru",
"mowidget",
"napari-assistant",
"napari-brightness-contrast",
"napari-clusters-plotter",
"napari-crop",
"napari-czann-segment",
"napari-czitools",
"napari-layer-details-display",
"napari-ome-zarr",
"napari-plugin-search",
"napari-simpleitk-image-processing",
"napari-skimage-regionprops",
"ngff-zarr",
"ngff-zarr[dask-image]",
"ngff-zarr[validate]",
"onnxruntime-gpu==1.19.0",
"pylibCZIrw",
"ryomen",
"tiler",
"wigglystuff",
"GPUtil",
"psutil",
]