forked from kev98/Medical-Image-Segmentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
91 lines (91 loc) · 1.93 KB
/
Copy pathpyproject.toml
File metadata and controls
91 lines (91 loc) · 1.93 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
90
91
[project]
name = "report-guided-segmentation"
version = "0.1.0"
requires-python = ">=3.12 , <3.13"
dependencies = [
"annotated-types==0.7.0",
"antspyx==0.6.3",
"anyio==4.12.1",
"certifi==2026.1.4",
"charset-normalizer==3.4.4",
"click==8.3.1",
"contourpy==1.3.3",
"cycler==0.12.1",
"Deprecated==1.3.1",
"einops==0.8.2",
"et_xmlfile==2.0.0",
"filelock==3.20.3",
"fonttools==4.61.1",
"fsspec==2026.2.0",
"gitdb==4.0.12",
"GitPython==3.1.46",
"h11==0.16.0",
"hf-xet==1.2.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"huggingface_hub==1.4.1",
"humanize==4.15.0",
"idna==3.11",
"importlib_resources==6.5.2",
"Jinja2==3.1.6",
"joblib==1.5.3",
"kiwisolver==1.4.9",
"markdown-it-py==4.0.0",
"MarkupSafe==3.0.3",
"matplotlib==3.10.8",
"mdurl==0.1.2",
"monai==1.5.2",
"mpmath==1.3.0",
"napari>=0.7.0",
"networkx==3.6.1",
"nibabel==5.3.3",
"numpy==2.3.5",
"openpyxl==3.1.5",
"packaging==26.0",
"pandas==3.0.0",
"pandas-stubs==3.0.0.260204",
"patsy==1.0.2",
"pillow==12.1.0",
"platformdirs==4.5.1",
"protobuf==6.33.5",
"psutil==7.2.2",
"pydantic==2.12.5",
"pydantic_core==2.41.5",
"Pygments==2.19.2",
"PyQt6>=6.7.0",
"pyparsing==3.3.2",
"python-dateutil==2.9.0.post0",
"pytz==2025.2",
"PyYAML==6.0.3",
"regex==2026.1.15",
"requests==2.32.5",
"rich==14.3.2",
"safetensors==0.7.0",
"scikit-learn==1.8.0",
"scipy==1.15.3",
"sentry-sdk==2.52.0",
"setproctitle==1.3.7",
"shellingham==1.5.4",
"simpleitk==2.5.3",
"six==1.17.0",
"smmap==5.0.2",
"statsmodels==0.14.6",
"sympy==1.14.0",
"threadpoolctl==3.6.0",
"tokenizers==0.22.2",
"torch==2.9.1",
"torchio==0.21.2",
"torchvision==0.24.1",
"tqdm==4.67.3",
"transformers==5.1.0",
"typer==0.21.1",
"typer-slim==0.21.1",
"typing-inspection==0.4.2",
"typing_extensions==4.15.0",
"tzdata==2025.3",
"urllib3==2.6.3",
"uv==0.10.0",
"wandb==0.24.2",
"webcolors==25.10.0",
"wrapt==2.1.1",
]