-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (38 loc) · 893 Bytes
/
pyproject.toml
File metadata and controls
39 lines (38 loc) · 893 Bytes
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
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "semanticUnmix"
version = "0.1.0"
description = ""
requires-python = ">=3.10"
dependencies = [
"albumentations>=2.0.8",
"czifile>=2019.7.2.1",
"deepinv>=0.3.4",
"ipykernel>=6.30.1",
"ipython>=8.37.0",
"isort>=6.1.0",
"lpips>=0.1.4",
"matplotlib>=3.10.6",
"matplotlib-scalebar>=0.9.0",
"ml-collections>=1.1.0",
"nbformat>=5.10.4",
"nd2>=0.10.3",
"nd2reader>=3.3.1",
"nis2pyr>=0.6.1",
"papermill>=2.6.0",
"pre-commit>=4.3.0",
"python-mnist>=0.7",
"pytorch-lightning>=2.5.5",
"scikit-image>=0.25.2",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
"tensorboard>=2.20.0",
"tifffile>=2025.5.10",
"tig>=0.0.1",
"torch>=2.8.0",
"torchvision>=0.23.0",
"wandb>=0.22.1",
"yapf>=0.43.0",
]